#CC8450

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

Shades of Raw Sienna #CC8450

Tints of Raw Sienna #CC8450

Color information

#CC8450 (or 0xCC8450) is unknown color: approx Raw Sienna. HEX triplet: CC, 84 and 50. RGB value is (204,132,80). Sum of RGB (Red+Green+Blue) = 204+132+80=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8450 is #337BAF. Grayscale: #939393. Windows color (decimal): -3374000 or 5276876. OLE color: 5276876.

HSL color Cylindrical-coordinate representation of color #CC8450: hue angle of 25.16º 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 #CC8450 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20413280-
CMYK00.350.610.2
HSL25.16º54.87%55.69%-
HSV(B)25.16º60.78%80%-
XYZ34.629.9211.54-
YUV147.689.85168.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=49.04%
G=31.73%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041328000.350.610.225.1654.8755.69
HexCC84500233D14193738
Octal3142041200437524316770
Binary1100110010000100101000001000111111011010011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8450; }

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

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

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

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

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

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

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

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