Html Css Color HEX #C76112 Chocolate

📋 copy color: '#C76112'

red 199 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #C76112

Tints of Chocolate #C76112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 63.38%
G = 30.89%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76112 (or 0xC76112) is known color: Chocolate. HEX triplet: C7, 61 and 12. RGB value is (199,97,18). Sum of RGB (Red+Green+Blue) = 199+97+18=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C76112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76112 is #389EED. Grayscale: #767676. Windows color (decimal): -3710702 or 1204679. OLE color: 1204679.

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

Color convert

RGB 199 97 18 -
CMYK 0 0.51 0.91 0.22
HSL 26.19º 0.83% 0.43% -
HSV(B) 26.19º 0.91% 0.78% -
XYZ 27.94 20.74 3.1 -
YUV 118.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 199 97 18 0 0.51 0.91 0.22 26.19 0.83 0.43
Hex C7 61 12 0 33 5B 16 1A 53 2B
Octal 307 141 22 0 63 133 26 32 123 53
Binary 11000111 1100001 10010 0 110011 1011011 10110 11010 1010011 101011

Color Harmonies of #C76112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76112

Black with #C76112

Text Example


Text Example

White with #C76112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76112; }

 p { color: rgb(199,97,18); }

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

background-color css

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

 a { background-color: rgb(199,97,18); }

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

border-color css

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

 span { border-color: rgb(199,97,18); }

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