#CC7645

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

Shades of Raw Sienna #CC7645

Tints of Raw Sienna #CC7645

Color information

#CC7645 (or 0xCC7645) is unknown color: approx Raw Sienna. HEX triplet: CC, 76 and 45. RGB value is (204,118,69). Sum of RGB (Red+Green+Blue) = 204+118+69=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7645 is #3389BA. Grayscale: #8A8A8A. Windows color (decimal): -3377595 or 4552396. OLE color: 4552396.

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

Color convert

RGB20411869-
CMYK00.420.660.2
HSL21.78º56.96%53.53%-
HSV(B)21.78º66.18%80%-
XYZ32.4526.228.98-
YUV138.1388.99174.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=52.17%
G=30.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041186900.420.660.221.7856.9653.53
HexCC764502A4214163936
Octal31416610505210224267166
Binary1100110011101101000101010101010000101010010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7645; }

 p { color: rgb(204,118,69); }

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

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

 a { background-color: rgb(204,118,69); }

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

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

 span { border-color: rgb(204,118,69); }

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