#C05713

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

Shades of Tenne (Tawny) #C05713

Tints of Tenne (Tawny) #C05713

Color information

#C05713 (or 0xC05713) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 57 and 13. RGB value is (192,87,19). Sum of RGB (Red+Green+Blue) = 192+87+19=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C05713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05713 is #3FA8EC. Grayscale: #6F6F6F. Windows color (decimal): -4172013 or 1267648. OLE color: 1267648.

HSL color Cylindrical-coordinate representation of color #C05713: hue angle of 23.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05713 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1928719-
CMYK00.550.900.25
HSL23.58º81.99%41.37%-
HSV(B)23.58º90.1%75.29%-
XYZ25.2618.072.77-
YUV110.6476.29186.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=64.43%
G=29.19%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192871900.550.900.2523.5881.9941.37
HexC057130375A19185229
Octal30012723067132313012251
Binary110000001010111100110110111101101011001110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05713; }

 p { color: rgb(192,87,19); }

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

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

 a { background-color: rgb(192,87,19); }

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

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

 span { border-color: rgb(192,87,19); }

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