Html Css Color HEX #C36012 Chocolate

📋 copy color: '#C36012'

red 195 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #C36012

Tints of Chocolate #C36012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 63.11%
G = 31.07%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36012 (or 0xC36012) is known color: Chocolate. HEX triplet: C3, 60 and 12. RGB value is (195,96,18). Sum of RGB (Red+Green+Blue) = 195+96+18=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C36012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36012 is #3C9FED. Grayscale: #757575. Windows color (decimal): -3973102 or 1204419. OLE color: 1204419.

HSL color Cylindrical-coordinate representation of color #C36012: hue angle of 26.44º 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 #C36012 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 18 -
CMYK 0 0.51 0.91 0.24
HSL 26.44º 0.83% 0.42% -
HSV(B) 26.44º 0.91% 0.76% -
XYZ 26.8 20.01 3.02 -
YUV 116.71 72.3 183.84 -
System Red Green Blue C M Y K H S L
Decimal 195 96 18 0 0.51 0.91 0.24 26.44 0.83 0.42
Hex C3 60 12 0 33 5B 18 1A 53 2A
Octal 303 140 22 0 63 133 30 32 123 52
Binary 11000011 1100000 10010 0 110011 1011011 11000 11010 1010011 101010

Color Harmonies of #C36012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36012

Black with #C36012

Text Example


Text Example

White with #C36012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36012; }

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

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

background-color css

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

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

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

border-color css

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

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

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