Html Css Color HEX #C36A11 Chocolate

📋 copy color: '#C36A11'

red 195 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #C36A11

Tints of Chocolate #C36A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 61.32%
G = 33.33%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36A11 (or 0xC36A11) is known color: Chocolate. HEX triplet: C3, 6A and 11. RGB value is (195,106,17). Sum of RGB (Red+Green+Blue) = 195+106+17=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A11 is #3C95EE. Grayscale: #7A7A7A. Windows color (decimal): -3970543 or 1141443. OLE color: 1141443.

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

Color convert

RGB 195 106 17 -
CMYK 0 0.46 0.91 0.24
HSL 30º 0.84% 0.42% -
HSV(B) 30º 0.91% 0.76% -
XYZ 27.76 21.95 3.3 -
YUV 122.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 195 106 17 0 0.46 0.91 0.24 30 0.84 0.42
Hex C3 6A 11 0 2E 5B 18 1E 54 2A
Octal 303 152 21 0 56 133 30 36 124 52
Binary 11000011 1101010 10001 0 101110 1011011 11000 11110 1010100 101010

Color Harmonies of #C36A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A11

Black with #C36A11

Text Example


Text Example

White with #C36A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A11; }

 p { color: rgb(195,106,17); }

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

background-color css

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

 a { background-color: rgb(195,106,17); }

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

border-color css

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

 span { border-color: rgb(195,106,17); }

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