Html Css Color HEX #C55916 Chocolate

📋 copy color: '#C55916'

red 197 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #C55916

Tints of Chocolate #C55916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 63.96%
G = 28.9%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55916 (or 0xC55916) is known color: Chocolate. HEX triplet: C5, 59 and 16. RGB value is (197,89,22). Sum of RGB (Red+Green+Blue) = 197+89+22=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C55916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55916 is #3AA6E9. Grayscale: #727272. Windows color (decimal): -3843818 or 1464773. OLE color: 1464773.

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

Color convert

RGB 197 89 22 -
CMYK 0 0.55 0.89 0.23
HSL 22.97º 0.8% 0.43% -
HSV(B) 22.97º 0.89% 0.77% -
XYZ 26.74 19.07 3.03 -
YUV 113.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 197 89 22 0 0.55 0.89 0.23 22.97 0.8 0.43
Hex C5 59 16 0 37 59 17 17 50 2B
Octal 305 131 26 0 67 131 27 27 120 53
Binary 11000101 1011001 10110 0 110111 1011001 10111 10111 1010000 101011

Color Harmonies of #C55916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55916

Black with #C55916

Text Example


Text Example

White with #C55916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55916; }

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

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

background-color css

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

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

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

border-color css

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

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

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