#CC8150

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

Shades of Raw Sienna #CC8150

Tints of Raw Sienna #CC8150

Color information

#CC8150 (or 0xCC8150) is unknown color: approx Raw Sienna. HEX triplet: CC, 81 and 50. RGB value is (204,129,80). Sum of RGB (Red+Green+Blue) = 204+129+80=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8150 is #337EAF. Grayscale: #929292. Windows color (decimal): -3374768 or 5276108. OLE color: 5276108.

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

Color convert

RGB20412980-
CMYK00.370.610.2
HSL23.71º54.87%55.69%-
HSV(B)23.71º60.78%80%-
XYZ34.229.1211.41-
YUV145.8490.85169.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=49.39%
G=31.23%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041298000.370.610.223.7154.8755.69
HexCC81500253D14183738
Octal3142011200457524306770
Binary1100110010000001101000001001011111011010011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8150; }

 p { color: rgb(204,129,80); }

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

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

 a { background-color: rgb(204,129,80); }

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

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

 span { border-color: rgb(204,129,80); }

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