Html Css Color HEX #C75915 Chocolate

📋 copy color: '#C75915'

red 199 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #C75915

Tints of Chocolate #C75915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 64.4%
G = 28.8%
B = 6.8%

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

#C75915 (or 0xC75915) is known color: Chocolate. HEX triplet: C7, 59 and 15. RGB value is (199,89,21). Sum of RGB (Red+Green+Blue) = 199+89+21=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C75915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75915 is #38A6EA. Grayscale: #727272. Windows color (decimal): -3712747 or 1399239. OLE color: 1399239.

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

Color convert

RGB 199 89 21 -
CMYK 0 0.55 0.89 0.22
HSL 22.92º 0.81% 0.43% -
HSV(B) 22.92º 0.89% 0.78% -
XYZ 27.26 19.34 3.01 -
YUV 114.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 199 89 21 0 0.55 0.89 0.22 22.92 0.81 0.43
Hex C7 59 15 0 37 59 16 17 51 2B
Octal 307 131 25 0 67 131 26 27 121 53
Binary 11000111 1011001 10101 0 110111 1011001 10110 10111 1010001 101011

Color Harmonies of #C75915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75915

Black with #C75915

Text Example


Text Example

White with #C75915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75915; }

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

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

background-color css

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

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

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

border-color css

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

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

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