Html Css Color HEX #C36915 Chocolate

📋 copy color: '#C36915'

red 195 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #C36915

Tints of Chocolate #C36915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 60.75%
G = 32.71%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36915 (or 0xC36915) is known color: Chocolate. HEX triplet: C3, 69 and 15. RGB value is (195,105,21). Sum of RGB (Red+Green+Blue) = 195+105+21=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C36915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36915 is #3C96EA. Grayscale: #7A7A7A. Windows color (decimal): -3970795 or 1403331. OLE color: 1403331.

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

Color convert

RGB 195 105 21 -
CMYK 0 0.46 0.89 0.24
HSL 28.97º 0.81% 0.42% -
HSV(B) 28.97º 0.89% 0.76% -
XYZ 27.69 21.76 3.45 -
YUV 122.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 195 105 21 0 0.46 0.89 0.24 28.97 0.81 0.42
Hex C3 69 15 0 2E 59 18 1D 51 2A
Octal 303 151 25 0 56 131 30 35 121 52
Binary 11000011 1101001 10101 0 101110 1011001 11000 11101 1010001 101010

Color Harmonies of #C36915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36915

Black with #C36915

Text Example


Text Example

White with #C36915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36915; }

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

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

background-color css

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

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

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

border-color css

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

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

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