Html Css Color HEX #C36515 Chocolate

📋 copy color: '#C36515'

red 195 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #C36515

Tints of Chocolate #C36515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 61.51%
G = 31.86%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36515 (or 0xC36515) is known color: Chocolate. HEX triplet: C3, 65 and 15. RGB value is (195,101,21). Sum of RGB (Red+Green+Blue) = 195+101+21=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36515 is #3C9AEA. Grayscale: #787878. Windows color (decimal): -3971819 or 1402307. OLE color: 1402307.

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

Color convert

RGB 195 101 21 -
CMYK 0 0.48 0.89 0.24
HSL 27.59º 0.81% 0.42% -
HSV(B) 27.59º 0.89% 0.76% -
XYZ 27.29 20.96 3.32 -
YUV 119.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 195 101 21 0 0.48 0.89 0.24 27.59 0.81 0.42
Hex C3 65 15 0 30 59 18 1C 51 2A
Octal 303 145 25 0 60 131 30 34 121 52
Binary 11000011 1100101 10101 0 110000 1011001 11000 11100 1010001 101010

Color Harmonies of #C36515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36515

Black with #C36515

Text Example


Text Example

White with #C36515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36515; }

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

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

background-color css

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

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

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

border-color css

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

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

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