Html Css Color HEX #C36212 Chocolate

📋 copy color: '#C36212'

red 195 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #C36212

Tints of Chocolate #C36212

RGB

 RED value IS 195 (76.56% from 255) = 62.7%

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 62.7%
G = 31.51%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36212 (or 0xC36212) is known color: Chocolate. HEX triplet: C3, 62 and 12. RGB value is (195,98,18). Sum of RGB (Red+Green+Blue) = 195+98+18=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36212 is #3C9DED. Grayscale: #767676. Windows color (decimal): -3972590 or 1204931. OLE color: 1204931.

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

Color convert

RGB 195 98 18 -
CMYK 0 0.50 0.91 0.24
HSL 27.12º 0.83% 0.42% -
HSV(B) 27.12º 0.91% 0.76% -
XYZ 26.98 20.38 3.08 -
YUV 117.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 195 98 18 0 0.50 0.91 0.24 27.12 0.83 0.42
Hex C3 62 12 0 32 5B 18 1B 53 2A
Octal 303 142 22 0 62 133 30 33 123 52
Binary 11000011 1100010 10010 0 110010 1011011 11000 11011 1010011 101010

Color Harmonies of #C36212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36212

Black with #C36212

Text Example


Text Example

White with #C36212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36212; }

 p { color: rgb(195,98,18); }

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

background-color css

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

 a { background-color: rgb(195,98,18); }

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

border-color css

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

 span { border-color: rgb(195,98,18); }

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