Html Css Color HEX #C75916 Chocolate

📋 copy color: '#C75916'

red 199 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #C75916

Tints of Chocolate #C75916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 64.19%
G = 28.71%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75916 (or 0xC75916) is known color: Chocolate. HEX triplet: C7, 59 and 16. RGB value is (199,89,22). Sum of RGB (Red+Green+Blue) = 199+89+22=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C75916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75916 is #38A6E9. Grayscale: #727272. Windows color (decimal): -3712746 or 1464775. OLE color: 1464775.

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

Color convert

RGB 199 89 22 -
CMYK 0 0.55 0.89 0.22
HSL 22.71º 0.8% 0.43% -
HSV(B) 22.71º 0.89% 0.78% -
XYZ 27.27 19.34 3.06 -
YUV 114.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 199 89 22 0 0.55 0.89 0.22 22.71 0.8 0.43
Hex C7 59 16 0 37 59 16 17 50 2B
Octal 307 131 26 0 67 131 26 27 120 53
Binary 11000111 1011001 10110 0 110111 1011001 10110 10111 1010000 101011

Color Harmonies of #C75916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75916

Black with #C75916

Text Example


Text Example

White with #C75916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75916; }

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

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

background-color css

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

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

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

border-color css

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

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

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