#C05E0D

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

Shades of Tenne (Tawny) #C05E0D

Tints of Tenne (Tawny) #C05E0D

Color information

#C05E0D (or 0xC05E0D) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 5E and 0D. RGB value is (192,94,13). Sum of RGB (Red+Green+Blue) = 192+94+13=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E0D is #3FA1F2. Grayscale: #727272. Windows color (decimal): -4170227 or 876224. OLE color: 876224.

HSL color Cylindrical-coordinate representation of color #C05E0D: hue angle of 27.15º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C05E0D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1929413-
CMYK00.510.930.25
HSL27.15º87.32%40.2%-
HSV(B)27.15º93.23%75.29%-
XYZ25.8119.242.73-
YUV114.0770.97183.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.21%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=64.21%
G=31.44%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192941300.510.930.2527.1587.3240.2
HexC05ED0335D191b5728
Octal30013615063135313312750
Binary11000000101111011010110011101110111001110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E0D; }

 p { color: rgb(192,94,13); }

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

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

 a { background-color: rgb(192,94,13); }

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

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

 span { border-color: rgb(192,94,13); }

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