Html Css Color HEX #C76D16 Chocolate

📋 copy color: '#C76D16'

red 199 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #C76D16

Tints of Chocolate #C76D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 60.3%
G = 33.03%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C76D16 (or 0xC76D16) is known color: Chocolate. HEX triplet: C7, 6D and 16. RGB value is (199,109,22). Sum of RGB (Red+Green+Blue) = 199+109+22=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D16 is #3892E9. Grayscale: #7E7E7E. Windows color (decimal): -3707626 or 1469895. OLE color: 1469895.

HSL color Cylindrical-coordinate representation of color #C76D16: hue angle of 29.49º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76D16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 109 22 -
CMYK 0 0.45 0.89 0.22
HSL 29.49º 0.8% 0.43% -
HSV(B) 29.49º 0.89% 0.78% -
XYZ 29.17 23.14 3.69 -
YUV 125.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 199 109 22 0 0.45 0.89 0.22 29.49 0.8 0.43
Hex C7 6D 16 0 2D 59 16 1D 50 2B
Octal 307 155 26 0 55 131 26 35 120 53
Binary 11000111 1101101 10110 0 101101 1011001 10110 11101 1010000 101011

Color Harmonies of #C76D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D16

Black with #C76D16

Text Example


Text Example

White with #C76D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D16; }

 p { color: rgb(199,109,22); }

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

background-color css

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

 a { background-color: rgb(199,109,22); }

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

border-color css

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

 span { border-color: rgb(199,109,22); }

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