#5E2016

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

Shades of Red Oxide #5E2016

Tints of Red Oxide #5E2016

Color information

#5E2016 (or 0x5E2016) is unknown color: approx Red Oxide. HEX triplet: 5E, 20 and 16. RGB value is (94,32,22). Sum of RGB (Red+Green+Blue) = 94+32+22=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2016 is #A1DFE9. Grayscale: #313131. Windows color (decimal): -10608618 or 1450078. OLE color: 1450078.

HSL color Cylindrical-coordinate representation of color #5E2016: hue angle of 8.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2016 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB943222-
CMYK00.660.770.63
HSL8.33º62.07%22.75%-
HSV(B)8.33º76.6%36.86%-
XYZ5.283.471.15-
YUV49.4112.54159.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=63.51%
G=21.62%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94322200.660.770.638.3362.0722.75
Hex5E20160424D3F83e17
Octal1364026010211577107627
Binary101111010000010110010000101001101111111100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,32,22); }

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

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

 a { background-color: rgb(94,32,22); }

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

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

 span { border-color: rgb(94,32,22); }

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