Html Css Color HEX #C36015 Chocolate

📋 copy color: '#C36015'

red 195 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #C36015

Tints of Chocolate #C36015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 62.5%
G = 30.77%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36015 (or 0xC36015) is known color: Chocolate. HEX triplet: C3, 60 and 15. RGB value is (195,96,21). Sum of RGB (Red+Green+Blue) = 195+96+21=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36015 is #3C9FEA. Grayscale: #757575. Windows color (decimal): -3973099 or 1401027. OLE color: 1401027.

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

Color convert

RGB 195 96 21 -
CMYK 0 0.51 0.89 0.24
HSL 25.86º 0.81% 0.42% -
HSV(B) 25.86º 0.89% 0.76% -
XYZ 26.82 20.02 3.16 -
YUV 117.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 195 96 21 0 0.51 0.89 0.24 25.86 0.81 0.42
Hex C3 60 15 0 33 59 18 1A 51 2A
Octal 303 140 25 0 63 131 30 32 121 52
Binary 11000011 1100000 10101 0 110011 1011001 11000 11010 1010001 101010

Color Harmonies of #C36015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36015

Black with #C36015

Text Example


Text Example

White with #C36015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36015; }

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

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

background-color css

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

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

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

border-color css

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

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

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