#CC804D

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

Shades of Raw Sienna #CC804D

Tints of Raw Sienna #CC804D

Color information

#CC804D (or 0xCC804D) is unknown color: approx Raw Sienna. HEX triplet: CC, 80 and 4D. RGB value is (204,128,77). Sum of RGB (Red+Green+Blue) = 204+128+77=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC804D is #337FB2. Grayscale: #919191. Windows color (decimal): -3375027 or 5079244. OLE color: 5079244.

HSL color Cylindrical-coordinate representation of color #CC804D: hue angle of 24.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC804D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB20412877-
CMYK00.370.620.2
HSL24.09º55.46%55.1%-
HSV(B)24.09º62.25%80%-
XYZ33.9628.8110.79-
YUV144.9189.68170.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=49.88%
G=31.30%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041287700.370.620.224.0955.4655.1
HexCC804D0253E14183737
Octal3142001150457624306767
Binary1100110010000000100110101001011111101010011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC804D; }

 p { color: rgb(204,128,77); }

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

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

 a { background-color: rgb(204,128,77); }

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

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

 span { border-color: rgb(204,128,77); }

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