Html Css Color HEX #C36013 Chocolate

📋 copy color: '#C36013'

red 195 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #C36013

Tints of Chocolate #C36013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 62.9%
G = 30.97%
B = 6.13%

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

#C36013 (or 0xC36013) is known color: Chocolate. HEX triplet: C3, 60 and 13. RGB value is (195,96,19). Sum of RGB (Red+Green+Blue) = 195+96+19=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C36013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36013 is #3C9FEC. Grayscale: #757575. Windows color (decimal): -3973101 or 1269955. OLE color: 1269955.

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

Color convert

RGB 195 96 19 -
CMYK 0 0.51 0.90 0.24
HSL 26.25º 0.82% 0.42% -
HSV(B) 26.25º 0.9% 0.76% -
XYZ 26.81 20.01 3.07 -
YUV 116.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 195 96 19 0 0.51 0.90 0.24 26.25 0.82 0.42
Hex C3 60 13 0 33 5A 18 1A 52 2A
Octal 303 140 23 0 63 132 30 32 122 52
Binary 11000011 1100000 10011 0 110011 1011010 11000 11010 1010010 101010

Color Harmonies of #C36013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36013

Black with #C36013

Text Example


Text Example

White with #C36013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36013; }

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

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

background-color css

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

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

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

border-color css

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

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

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