Html Css Color HEX #C76811 Chocolate

📋 copy color: '#C76811'

red 199 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #C76811

Tints of Chocolate #C76811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 62.19%
G = 32.5%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76811 (or 0xC76811) is known color: Chocolate. HEX triplet: C7, 68 and 11. RGB value is (199,104,17). Sum of RGB (Red+Green+Blue) = 199+104+17=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C76811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76811 is #3897EE. Grayscale: #7A7A7A. Windows color (decimal): -3708911 or 1140935. OLE color: 1140935.

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

Color convert

RGB 199 104 17 -
CMYK 0 0.48 0.91 0.22
HSL 28.68º 0.84% 0.42% -
HSV(B) 28.68º 0.91% 0.78% -
XYZ 28.6 22.08 3.29 -
YUV 122.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 199 104 17 0 0.48 0.91 0.22 28.68 0.84 0.42
Hex C7 68 11 0 30 5B 16 1D 54 2A
Octal 307 150 21 0 60 133 26 35 124 52
Binary 11000111 1101000 10001 0 110000 1011011 10110 11101 1010100 101010

Color Harmonies of #C76811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76811

Black with #C76811

Text Example


Text Example

White with #C76811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76811; }

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

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

background-color css

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

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

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

border-color css

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

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

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