Html Css Color HEX #C55818 Chocolate

📋 copy color: '#C55818'

red 197 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #C55818

Tints of Chocolate #C55818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 63.75%
G = 28.48%
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

#C55818 (or 0xC55818) is known color: Chocolate. HEX triplet: C5, 58 and 18. RGB value is (197,88,24). Sum of RGB (Red+Green+Blue) = 197+88+24=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55818 is #3AA7E7. Grayscale: #717171. Windows color (decimal): -3844072 or 1595589. OLE color: 1595589.

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

Color convert

RGB 197 88 24 -
CMYK 0 0.55 0.88 0.23
HSL 22.2º 0.78% 0.43% -
HSV(B) 22.2º 0.88% 0.77% -
XYZ 26.68 18.92 3.11 -
YUV 113.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 197 88 24 0 0.55 0.88 0.23 22.2 0.78 0.43
Hex C5 58 18 0 37 58 17 16 4E 2B
Octal 305 130 30 0 67 130 27 26 116 53
Binary 11000101 1011000 11000 0 110111 1011000 10111 10110 1001110 101011

Color Harmonies of #C55818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55818

Black with #C55818

Text Example


Text Example

White with #C55818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55818; }

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

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

background-color css

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

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

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

border-color css

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

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

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