#C75413

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

Shades of Tenne (Tawny) #C75413

Tints of Tenne (Tawny) #C75413

Color information

#C75413 (or 0xC75413) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 54 and 13. RGB value is (199,84,19). Sum of RGB (Red+Green+Blue) = 199+84+19=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C75413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75413 is #38ABEC. Grayscale: #6F6F6F. Windows color (decimal): -3714029 or 1266887. OLE color: 1266887.

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

Color convert

RGB1998419-
CMYK00.580.900.22
HSL21.67º82.57%42.75%-
HSV(B)21.67º90.45%78.04%-
XYZ26.8418.532.78-
YUV110.9876.1190.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.89%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=65.89%
G=27.81%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199841900.580.900.2221.6782.5742.75
HexC7541303A5A1616532b
Octal30712423072132262612353
Binary110001111010100100110111010101101010110101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75413; }

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

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

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

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

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

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

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

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