#CD8054

Color #CD8054 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CD8054

Tints of Raw Sienna #CD8054

Color information

#CD8054 (or 0xCD8054) is unknown color: approx Raw Sienna. HEX triplet: CD, 80 and 54. RGB value is (205,128,84). Sum of RGB (Red+Green+Blue) = 205+128+84=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8054 is #327FAB. Grayscale: #929292. Windows color (decimal): -3309484 or 5537997. OLE color: 5537997.

HSL color Cylindrical-coordinate representation of color #CD8054: hue angle of 21.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD8054 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20512884-
CMYK00.380.590.20
HSL21.82º54.75%56.67%-
HSV(B)21.82º59.02%80.39%-
XYZ34.529.0612.18-
YUV146.0193.01170.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=49.16%
G=30.70%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051288400.380.590.2021.8254.7556.67
HexCD80540263B14163739
Octal3152001240467324266771
Binary1100110110000000101010001001101110111010010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8054; }

 p { color: rgb(205,128,84); }

 H1.HeaderClassName
 {
   color: #CD8054;
 }
 .AnyTagClassName
 {
   color: #CD8054;
 }
</style>
background-color css

<style>
 a { background-color: #CD8054; }

 a { background-color: rgb(205,128,84); }

 div.DivClassName
 {
   background-color: #CD8054;
 }
 .BgClassName
 {
   background-color: #CD8054;
 }
</style>
border-color css

<style>
 span { border-color: #CD8054; }

 span { border-color: rgb(205,128,84); }

 td.TdClassName
 {
   border-color: #CD8054;
 }
 .TagClassName
 {
   border-color: #CD8054;
 }
</style>