Html Css Color HEX #C36114 Chocolate

📋 copy color: '#C36114'

red 195 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #C36114

Tints of Chocolate #C36114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 62.5%
G = 31.09%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36114 (or 0xC36114) is known color: Chocolate. HEX triplet: C3, 61 and 14. RGB value is (195,97,20). Sum of RGB (Red+Green+Blue) = 195+97+20=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36114 is #3C9EEB. Grayscale: #757575. Windows color (decimal): -3972844 or 1335747. OLE color: 1335747.

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

Color convert

RGB 195 97 20 -
CMYK 0 0.50 0.90 0.24
HSL 26.4º 0.81% 0.42% -
HSV(B) 26.4º 0.9% 0.76% -
XYZ 26.91 20.2 3.14 -
YUV 117.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 195 97 20 0 0.50 0.90 0.24 26.4 0.81 0.42
Hex C3 61 14 0 32 5A 18 1A 51 2A
Octal 303 141 24 0 62 132 30 32 121 52
Binary 11000011 1100001 10100 0 110010 1011010 11000 11010 1010001 101010

Color Harmonies of #C36114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36114

Black with #C36114

Text Example


Text Example

White with #C36114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36114; }

 p { color: rgb(195,97,20); }

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

background-color css

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

 a { background-color: rgb(195,97,20); }

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

border-color css

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

 span { border-color: rgb(195,97,20); }

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