Html Css Color HEX #C36812 Chocolate

📋 copy color: '#C36812'

red 195 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #C36812

Tints of Chocolate #C36812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 61.51%
G = 32.81%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36812 (or 0xC36812) is known color: Chocolate. HEX triplet: C3, 68 and 12. RGB value is (195,104,18). Sum of RGB (Red+Green+Blue) = 195+104+18=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36812 is #3C97ED. Grayscale: #797979. Windows color (decimal): -3971054 or 1206467. OLE color: 1206467.

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

Color convert

RGB 195 104 18 -
CMYK 0 0.47 0.91 0.24
HSL 29.15º 0.83% 0.42% -
HSV(B) 29.15º 0.91% 0.76% -
XYZ 27.57 21.55 3.28 -
YUV 121.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 195 104 18 0 0.47 0.91 0.24 29.15 0.83 0.42
Hex C3 68 12 0 2F 5B 18 1D 53 2A
Octal 303 150 22 0 57 133 30 35 123 52
Binary 11000011 1101000 10010 0 101111 1011011 11000 11101 1010011 101010

Color Harmonies of #C36812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36812

Black with #C36812

Text Example


Text Example

White with #C36812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36812; }

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

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

background-color css

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

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

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

border-color css

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

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

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