#C05404

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

Shades of Tenne (Tawny) #C05404

Tints of Tenne (Tawny) #C05404

Color information

#C05404 (or 0xC05404) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 54 and 04. RGB value is (192,84,4). Sum of RGB (Red+Green+Blue) = 192+84+4=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C05404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05404 is #3FABFB. Grayscale: #6B6B6B. Windows color (decimal): -4172796 or 283840. OLE color: 283840.

HSL color Cylindrical-coordinate representation of color #C05404: hue angle of 25.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C05404 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB192844-
CMYK00.560.980.25
HSL25.53º95.92%38.43%-
HSV(B)25.53º97.92%75.29%-
XYZ24.9317.562.19-
YUV107.1769.78188.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.57%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=68.57%
G=30%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19284400.560.980.2525.5395.9238.43
HexC054403862191a6026
Octal3001244070142313214046
Binary1100000010101001000111000110001011001110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05404; }

 p { color: rgb(192,84,4); }

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

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

 a { background-color: rgb(192,84,4); }

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

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

 span { border-color: rgb(192,84,4); }

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