Html Css Color HEX #C36511 Chocolate

📋 copy color: '#C36511'

red 195 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C36511

Tints of Chocolate #C36511

RGB

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

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

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

R = 62.3%
G = 32.27%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36511 (or 0xC36511) is known color: Chocolate. HEX triplet: C3, 65 and 11. RGB value is (195,101,17). Sum of RGB (Red+Green+Blue) = 195+101+17=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C36511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36511 is #3C9AEE. Grayscale: #777777. Windows color (decimal): -3971823 or 1140163. OLE color: 1140163.

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

Color convert

RGB 195 101 17 -
CMYK 0 0.48 0.91 0.24
HSL 28.31º 0.84% 0.42% -
HSV(B) 28.31º 0.91% 0.76% -
XYZ 27.26 20.95 3.14 -
YUV 119.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 195 101 17 0 0.48 0.91 0.24 28.31 0.84 0.42
Hex C3 65 11 0 30 5B 18 1C 54 2A
Octal 303 145 21 0 60 133 30 34 124 52
Binary 11000011 1100101 10001 0 110000 1011011 11000 11100 1010100 101010

Color Harmonies of #C36511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36511

Black with #C36511

Text Example


Text Example

White with #C36511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36511; }

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

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

background-color css

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

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

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

border-color css

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

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

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