#CC8349

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

Shades of Raw Sienna #CC8349

Tints of Raw Sienna #CC8349

Color information

#CC8349 (or 0xCC8349) is unknown color: approx Raw Sienna. HEX triplet: CC, 83 and 49. RGB value is (204,131,73). Sum of RGB (Red+Green+Blue) = 204+131+73=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8349 is #337CB6. Grayscale: #929292. Windows color (decimal): -3374263 or 4817868. OLE color: 4817868.

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

Color convert

RGB20413173-
CMYK00.360.640.2
HSL26.56º56.22%54.31%-
HSV(B)26.56º64.22%80%-
XYZ34.2229.5510.2-
YUV146.2186.68169.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=50%
G=32.11%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041317300.360.640.226.5656.2254.31
HexCC834902440141b3836
Octal31420311104410024337066
Binary11001100100000111001001010010010000001010011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8349; }

 p { color: rgb(204,131,73); }

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

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

 a { background-color: rgb(204,131,73); }

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

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

 span { border-color: rgb(204,131,73); }

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