Html Css Color HEX #C75416 Tenne (Tawny)

📋 copy color: '#C75416'

red 199 ◦ green 84 ◦ blue 22

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

Shades of Tenne (Tawny) #C75416

Tints of Tenne (Tawny) #C75416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 65.25%
G = 27.54%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75416 (or 0xC75416) is known color: Tenne (Tawny). HEX triplet: C7, 54 and 16. RGB value is (199,84,22). Sum of RGB (Red+Green+Blue) = 199+84+22=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75416 is #38ABE9. Grayscale: #6F6F6F. Windows color (decimal): -3714026 or 1463495. OLE color: 1463495.

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

Color convert

RGB 199 84 22 -
CMYK 0 0.58 0.89 0.22
HSL 21.02º 0.8% 0.43% -
HSV(B) 21.02º 0.89% 0.78% -
XYZ 26.87 18.54 2.92 -
YUV 111.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 199 84 22 0 0.58 0.89 0.22 21.02 0.8 0.43
Hex C7 54 16 0 3A 59 16 15 50 2B
Octal 307 124 26 0 72 131 26 25 120 53
Binary 11000111 1010100 10110 0 111010 1011001 10110 10101 1010000 101011

Color Harmonies of #C75416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75416

Black with #C75416

Text Example


Text Example

White with #C75416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75416; }

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

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

background-color css

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

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

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

border-color css

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

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

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