#C75213

Color #C75213 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C75213

Tints of Tenne (Tawny) #C75213

Color information

#C75213 (or 0xC75213) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 52 and 13. RGB value is (199,82,19). Sum of RGB (Red+Green+Blue) = 199+82+19=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75213 is #38ADEC. Grayscale: #6E6E6E. Windows color (decimal): -3714541 or 1266375. OLE color: 1266375.

HSL color Cylindrical-coordinate representation of color #C75213: hue angle of 21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C75213 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1998219-
CMYK00.590.900.22
HSL21º82.57%42.75%-
HSV(B)21º90.45%78.04%-
XYZ26.6918.222.73-
YUV109.876.76191.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.33%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 19 (7.81% from 255) = 6.33%
R=66.33%
G=27.33%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199821900.590.900.222182.5742.75
HexC7521303B5A1615532b
Octal30712223073132262512353
Binary110001111010010100110111011101101010110101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75213; }

 p { color: rgb(199,82,19); }

 H1.HeaderClassName
 {
   color: #C75213;
 }
 .AnyTagClassName
 {
   color: #C75213;
 }
</style>
background-color css

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

 a { background-color: rgb(199,82,19); }

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

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

 span { border-color: rgb(199,82,19); }

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