#C45C1C

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

Shades of Chocolate #C45C1C

Tints of Chocolate #C45C1C

Color information

#C45C1C (or 0xC45C1C) is unknown color: approx Chocolate. HEX triplet: C4, 5C and 1C. RGB value is (196,92,28). Sum of RGB (Red+Green+Blue) = 196+92+28=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C1C is #3BA3E3. Grayscale: #747474. Windows color (decimal): -3908580 or 1858756. OLE color: 1858756.

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

Color convert

RGB1969228-
CMYK00.530.860.23
HSL22.86º75%43.92%-
HSV(B)22.86º85.71%76.86%-
XYZ26.819.473.44-
YUV115.878.46185.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.03%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 28 (11.33% from 255) = 8.86%
R=62.03%
G=29.11%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196922800.530.860.2322.867543.92
HexC45C1C0355617174b2c
Octal30413434065126272711354
Binary110001001011100111000110101101011010111101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C1C; }

 p { color: rgb(196,92,28); }

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

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

 a { background-color: rgb(196,92,28); }

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

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

 span { border-color: rgb(196,92,28); }

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