Html Css Color HEX #C36014 Chocolate

📋 copy color: '#C36014'

red 195 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #C36014

Tints of Chocolate #C36014

RGB

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

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

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

R = 62.7%
G = 30.87%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36014 (or 0xC36014) is known color: Chocolate. HEX triplet: C3, 60 and 14. RGB value is (195,96,20). Sum of RGB (Red+Green+Blue) = 195+96+20=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36014 is #3C9FEB. Grayscale: #757575. Windows color (decimal): -3973100 or 1335491. OLE color: 1335491.

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

Color convert

RGB 195 96 20 -
CMYK 0 0.51 0.90 0.24
HSL 26.06º 0.81% 0.42% -
HSV(B) 26.06º 0.9% 0.76% -
XYZ 26.81 20.02 3.11 -
YUV 116.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 195 96 20 0 0.51 0.90 0.24 26.06 0.81 0.42
Hex C3 60 14 0 33 5A 18 1A 51 2A
Octal 303 140 24 0 63 132 30 32 121 52
Binary 11000011 1100000 10100 0 110011 1011010 11000 11010 1010001 101010

Color Harmonies of #C36014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36014

Black with #C36014

Text Example


Text Example

White with #C36014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36014; }

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

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

background-color css

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

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

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

border-color css

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

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

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