Html Css Color HEX #C45718 Chocolate

📋 copy color: '#C45718'

red 196 ◦ green 87 ◦ blue 24

#C45718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C45718

Tints of Chocolate #C45718

RGB

 RED value IS 196 (76.95% from 255) = 63.84%

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 63.84%
G = 28.34%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45718 (or 0xC45718) is known color: Chocolate. HEX triplet: C4, 57 and 18. RGB value is (196,87,24). Sum of RGB (Red+Green+Blue) = 196+87+24=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C45718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45718 is #3BA8E7. Grayscale: #707070. Windows color (decimal): -3909864 or 1595332. OLE color: 1595332.

HSL color Cylindrical-coordinate representation of color #C45718: hue angle of 21.98º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C45718 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 87 24 -
CMYK 0 0.56 0.88 0.23
HSL 21.98º 0.78% 0.43% -
HSV(B) 21.98º 0.88% 0.77% -
XYZ 26.34 18.62 3.07 -
YUV 112.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 196 87 24 0 0.56 0.88 0.23 21.98 0.78 0.43
Hex C4 57 18 0 38 58 17 16 4E 2B
Octal 304 127 30 0 70 130 27 26 116 53
Binary 11000100 1010111 11000 0 111000 1011000 10111 10110 1001110 101011

Color Harmonies of #C45718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45718

Black with #C45718

Text Example


Text Example

White with #C45718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45718; }

 p { color: rgb(196,87,24); }

 H1.HeaderClassName
 {
   color: #C45718;
 }
 .AnyTagClassName
 {
   color: #C45718;
 }
</style>

background-color css

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

 a { background-color: rgb(196,87,24); }

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

border-color css

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

 span { border-color: rgb(196,87,24); }

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