#C4413F

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

Shades of Chestnut #C4413F

Tints of Chestnut #C4413F

Color information

#C4413F (or 0xC4413F) is unknown color: approx Chestnut. HEX triplet: C4, 41 and 3F. RGB value is (196,65,63). Sum of RGB (Red+Green+Blue) = 196+65+63=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413F is #3BBEC0. Grayscale: #686868. Windows color (decimal): -3915457 or 4145604. OLE color: 4145604.

HSL color Cylindrical-coordinate representation of color #C4413F: hue angle of 0.9º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4413F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1966563-
CMYK00.670.680.23
HSL0.9º52.99%50.78%-
HSV(B)0.9º67.86%76.86%-
XYZ25.5515.886.42-
YUV103.94104.9193.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.49%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 63 (25% from 255) = 19.44%
R=60.49%
G=20.06%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196656300.670.680.230.952.9950.78
HexC4413F043441713533
Octal3041017701031042716563
Binary110001001000001111111010000111000100101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4413F; }

 p { color: rgb(196,65,63); }

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

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

 a { background-color: rgb(196,65,63); }

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

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

 span { border-color: rgb(196,65,63); }

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