Html Css Color HEX #C76511 Chocolate

📋 copy color: '#C76511'

red 199 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C76511

Tints of Chocolate #C76511

RGB

 RED value IS 199 (78.13% from 255) = 62.78%

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

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

R = 62.78%
G = 31.86%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76511 (or 0xC76511) is known color: Chocolate. HEX triplet: C7, 65 and 11. RGB value is (199,101,17). Sum of RGB (Red+Green+Blue) = 199+101+17=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76511 is #389AEE. Grayscale: #797979. Windows color (decimal): -3709679 or 1140167. OLE color: 1140167.

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

Color convert

RGB 199 101 17 -
CMYK 0 0.49 0.91 0.22
HSL 27.69º 0.84% 0.42% -
HSV(B) 27.69º 0.91% 0.78% -
XYZ 28.31 21.49 3.19 -
YUV 120.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 199 101 17 0 0.49 0.91 0.22 27.69 0.84 0.42
Hex C7 65 11 0 31 5B 16 1C 54 2A
Octal 307 145 21 0 61 133 26 34 124 52
Binary 11000111 1100101 10001 0 110001 1011011 10110 11100 1010100 101010

Color Harmonies of #C76511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76511

Black with #C76511

Text Example


Text Example

White with #C76511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76511; }

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

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

background-color css

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

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

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

border-color css

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

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

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