Html Css Color HEX #C75511 Tenne (Tawny)

📋 copy color: '#C75511'

red 199 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #C75511

Tints of Tenne (Tawny) #C75511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 66.11%
G = 28.24%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75511 (or 0xC75511) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 11. RGB value is (199,85,17). Sum of RGB (Red+Green+Blue) = 199+85+17=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C75511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75511 is #38AAEE. Grayscale: #6F6F6F. Windows color (decimal): -3713775 or 1136071. OLE color: 1136071.

HSL color Cylindrical-coordinate representation of color #C75511: hue angle of 22.42º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C75511 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 17 -
CMYK 0 0.57 0.91 0.22
HSL 22.42º 0.84% 0.42% -
HSV(B) 22.42º 0.91% 0.78% -
XYZ 26.9 18.68 2.72 -
YUV 111.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 199 85 17 0 0.57 0.91 0.22 22.42 0.84 0.42
Hex C7 55 11 0 39 5B 16 16 54 2A
Octal 307 125 21 0 71 133 26 26 124 52
Binary 11000111 1010101 10001 0 111001 1011011 10110 10110 1010100 101010

Color Harmonies of #C75511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75511

Black with #C75511

Text Example


Text Example

White with #C75511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75511; }

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

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

background-color css

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

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

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

border-color css

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

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

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