Html Css Color HEX #C55E12 Chocolate

📋 copy color: '#C55E12'

red 197 ◦ green 94 ◦ blue 18

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

Shades of Chocolate #C55E12

Tints of Chocolate #C55E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 63.75%
G = 30.42%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55E12 (or 0xC55E12) is known color: Chocolate. HEX triplet: C5, 5E and 12. RGB value is (197,94,18). Sum of RGB (Red+Green+Blue) = 197+94+18=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E12 is #3AA1ED. Grayscale: #747474. Windows color (decimal): -3842542 or 1203909. OLE color: 1203909.

HSL color Cylindrical-coordinate representation of color #C55E12: hue angle of 25.47º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55E12 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 18 -
CMYK 0 0.52 0.91 0.23
HSL 25.47º 0.83% 0.42% -
HSV(B) 25.47º 0.91% 0.77% -
XYZ 27.14 19.92 2.99 -
YUV 116.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 197 94 18 0 0.52 0.91 0.23 25.47 0.83 0.42
Hex C5 5E 12 0 34 5B 17 19 53 2A
Octal 305 136 22 0 64 133 27 31 123 52
Binary 11000101 1011110 10010 0 110100 1011011 10111 11001 1010011 101010

Color Harmonies of #C55E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E12

Black with #C55E12

Text Example


Text Example

White with #C55E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E12; }

 p { color: rgb(197,94,18); }

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

background-color css

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

 a { background-color: rgb(197,94,18); }

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

border-color css

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

 span { border-color: rgb(197,94,18); }

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