Html Css Color HEX #C75516 Tenne (Tawny)

📋 copy color: '#C75516'

red 199 ◦ green 85 ◦ blue 22

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

Shades of Tenne (Tawny) #C75516

Tints of Tenne (Tawny) #C75516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

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

R = 65.03%
G = 27.78%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75516 (or 0xC75516) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 16. RGB value is (199,85,22). Sum of RGB (Red+Green+Blue) = 199+85+22=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C75516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75516 is #38AAE9. Grayscale: #707070. Windows color (decimal): -3713770 or 1463751. OLE color: 1463751.

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

Color convert

RGB 199 85 22 -
CMYK 0 0.57 0.89 0.22
HSL 21.36º 0.8% 0.43% -
HSV(B) 21.36º 0.89% 0.78% -
XYZ 26.95 18.7 2.95 -
YUV 111.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 199 85 22 0 0.57 0.89 0.22 21.36 0.8 0.43
Hex C7 55 16 0 39 59 16 15 50 2B
Octal 307 125 26 0 71 131 26 25 120 53
Binary 11000111 1010101 10110 0 111001 1011001 10110 10101 1010000 101011

Color Harmonies of #C75516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75516

Black with #C75516

Text Example


Text Example

White with #C75516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75516; }

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

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

background-color css

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

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

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

border-color css

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

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

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