#5E1A06

Color #5E1A06 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5E1A06

Tints of Red Oxide #5E1A06

Color information

#5E1A06 (or 0x5E1A06) is unknown color: approx Red Oxide. HEX triplet: 5E, 1A and 06. RGB value is (94,26,6). Sum of RGB (Red+Green+Blue) = 94+26+6=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E1A06 is #A1E5F9. Grayscale: #2C2C2C. Windows color (decimal): -10610170 or 399966. OLE color: 399966.

HSL color Cylindrical-coordinate representation of color #5E1A06: hue angle of 13.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E1A06 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB94266-
CMYK00.720.940.63
HSL13.64º88%19.61%-
HSV(B)13.64º93.62%36.86%-
XYZ5.023.130.51-
YUV44.05106.53163.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 74.60%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=74.60%
G=20.63%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9426600.720.940.6313.648819.61
Hex5E1A60485E3Fe5814
Octal1363260110136771613024
Binary1011110110101100100100010111101111111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1A06; }

 p { color: rgb(94,26,6); }

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

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

 a { background-color: rgb(94,26,6); }

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

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

 span { border-color: rgb(94,26,6); }

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