Html Css Color HEX #C75716 Chocolate

📋 copy color: '#C75716'

red 199 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #C75716

Tints of Chocolate #C75716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 64.61%
G = 28.25%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75716 (or 0xC75716) is known color: Chocolate. HEX triplet: C7, 57 and 16. RGB value is (199,87,22). Sum of RGB (Red+Green+Blue) = 199+87+22=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C75716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75716 is #38A8E9. Grayscale: #717171. Windows color (decimal): -3713258 or 1464263. OLE color: 1464263.

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

Color convert

RGB 199 87 22 -
CMYK 0 0.56 0.89 0.22
HSL 22.03º 0.8% 0.43% -
HSV(B) 22.03º 0.89% 0.78% -
XYZ 27.11 19.02 3 -
YUV 113.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 199 87 22 0 0.56 0.89 0.22 22.03 0.8 0.43
Hex C7 57 16 0 38 59 16 16 50 2B
Octal 307 127 26 0 70 131 26 26 120 53
Binary 11000111 1010111 10110 0 111000 1011001 10110 10110 1010000 101011

Color Harmonies of #C75716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75716

Black with #C75716

Text Example


Text Example

White with #C75716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75716; }

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

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

background-color css

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

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

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

border-color css

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

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

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