Html Css Color HEX #C36815 Chocolate

📋 copy color: '#C36815'

red 195 ◦ green 104 ◦ blue 21

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

Shades of Chocolate #C36815

Tints of Chocolate #C36815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 60.94%
G = 32.5%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36815 (or 0xC36815) is known color: Chocolate. HEX triplet: C3, 68 and 15. RGB value is (195,104,21). Sum of RGB (Red+Green+Blue) = 195+104+21=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C36815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36815 is #3C97EA. Grayscale: #7A7A7A. Windows color (decimal): -3971051 or 1403075. OLE color: 1403075.

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

Color convert

RGB 195 104 21 -
CMYK 0 0.47 0.89 0.24
HSL 28.62º 0.81% 0.42% -
HSV(B) 28.62º 0.89% 0.76% -
XYZ 27.59 21.56 3.42 -
YUV 121.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 195 104 21 0 0.47 0.89 0.24 28.62 0.81 0.42
Hex C3 68 15 0 2F 59 18 1D 51 2A
Octal 303 150 25 0 57 131 30 35 121 52
Binary 11000011 1101000 10101 0 101111 1011001 11000 11101 1010001 101010

Color Harmonies of #C36815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36815

Black with #C36815

Text Example


Text Example

White with #C36815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36815; }

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

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

background-color css

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

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

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

border-color css

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

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

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