Html Css Color HEX #C45918 Chocolate

📋 copy color: '#C45918'

red 196 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C45918

Tints of Chocolate #C45918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

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

R = 63.43%
G = 28.8%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45918 (or 0xC45918) is known color: Chocolate. HEX triplet: C4, 59 and 18. RGB value is (196,89,24). Sum of RGB (Red+Green+Blue) = 196+89+24=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C45918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45918 is #3BA6E7. Grayscale: #717171. Windows color (decimal): -3909352 or 1595844. OLE color: 1595844.

HSL color Cylindrical-coordinate representation of color #C45918: hue angle of 22.67º 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 #C45918 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 24 -
CMYK 0 0.55 0.88 0.23
HSL 22.67º 0.78% 0.43% -
HSV(B) 22.67º 0.88% 0.77% -
XYZ 26.5 18.95 3.12 -
YUV 113.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 196 89 24 0 0.55 0.88 0.23 22.67 0.78 0.43
Hex C4 59 18 0 37 58 17 17 4E 2B
Octal 304 131 30 0 67 130 27 27 116 53
Binary 11000100 1011001 11000 0 110111 1011000 10111 10111 1001110 101011

Color Harmonies of #C45918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45918

Black with #C45918

Text Example


Text Example

White with #C45918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45918; }

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

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

background-color css

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

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

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

border-color css

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

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

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