Html Css Color HEX #C36312 Chocolate

📋 copy color: '#C36312'

red 195 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #C36312

Tints of Chocolate #C36312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 62.5%
G = 31.73%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36312 (or 0xC36312) is known color: Chocolate. HEX triplet: C3, 63 and 12. RGB value is (195,99,18). Sum of RGB (Red+Green+Blue) = 195+99+18=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36312 is #3C9CED. Grayscale: #767676. Windows color (decimal): -3972334 or 1205187. OLE color: 1205187.

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

Color convert

RGB 195 99 18 -
CMYK 0 0.49 0.91 0.24
HSL 27.46º 0.83% 0.42% -
HSV(B) 27.46º 0.91% 0.76% -
XYZ 27.08 20.57 3.12 -
YUV 118.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 195 99 18 0 0.49 0.91 0.24 27.46 0.83 0.42
Hex C3 63 12 0 31 5B 18 1B 53 2A
Octal 303 143 22 0 61 133 30 33 123 52
Binary 11000011 1100011 10010 0 110001 1011011 11000 11011 1010011 101010

Color Harmonies of #C36312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36312

Black with #C36312

Text Example


Text Example

White with #C36312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36312; }

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

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

background-color css

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

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

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

border-color css

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

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

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