Html Css Color HEX #C55918 Chocolate

📋 copy color: '#C55918'

red 197 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C55918

Tints of Chocolate #C55918

RGB

 RED value IS 197 (77.34% from 255) = 63.55%

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

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

R = 63.55%
G = 28.71%
B = 7.74%

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

#C55918 (or 0xC55918) is known color: Chocolate. HEX triplet: C5, 59 and 18. RGB value is (197,89,24). Sum of RGB (Red+Green+Blue) = 197+89+24=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55918 is #3AA6E7. Grayscale: #727272. Windows color (decimal): -3843816 or 1595845. OLE color: 1595845.

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

Color convert

RGB 197 89 24 -
CMYK 0 0.55 0.88 0.23
HSL 22.54º 0.78% 0.43% -
HSV(B) 22.54º 0.88% 0.77% -
XYZ 26.76 19.08 3.14 -
YUV 113.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 197 89 24 0 0.55 0.88 0.23 22.54 0.78 0.43
Hex C5 59 18 0 37 58 17 17 4E 2B
Octal 305 131 30 0 67 130 27 27 116 53
Binary 11000101 1011001 11000 0 110111 1011000 10111 10111 1001110 101011

Color Harmonies of #C55918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55918

Black with #C55918

Text Example


Text Example

White with #C55918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55918; }

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

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

background-color css

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

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

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

border-color css

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

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

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