#CC8254

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

Shades of Raw Sienna #CC8254

Tints of Raw Sienna #CC8254

Color information

#CC8254 (or 0xCC8254) is unknown color: approx Raw Sienna. HEX triplet: CC, 82 and 54. RGB value is (204,130,84). Sum of RGB (Red+Green+Blue) = 204+130+84=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8254 is #337DAB. Grayscale: #939393. Windows color (decimal): -3374508 or 5538508. OLE color: 5538508.

HSL color Cylindrical-coordinate representation of color #CC8254: hue angle of 23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC8254 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20413084-
CMYK00.360.590.2
HSL23º54.05%56.47%-
HSV(B)23º58.82%80%-
XYZ34.4829.4412.25-
YUV146.8892.52168.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=48.80%
G=31.10%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041308400.360.590.22354.0556.47
HexCC82540243B14173638
Octal3142021240447324276670
Binary1100110010000010101010001001001110111010010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8254; }

 p { color: rgb(204,130,84); }

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

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

 a { background-color: rgb(204,130,84); }

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

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

 span { border-color: rgb(204,130,84); }

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