#540E04

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

Shades of Red Oxide #540E04

Tints of Red Oxide #540E04

Color information

#540E04 (or 0x540E04) is unknown color: approx Red Oxide. HEX triplet: 54, 0E and 04. RGB value is (84,14,4). Sum of RGB (Red+Green+Blue) = 84+14+4=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E04 is #ABF1FB. Grayscale: #212121. Windows color (decimal): -11268604 or 265812. OLE color: 265812.

HSL color Cylindrical-coordinate representation of color #540E04: hue angle of 7.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540E04 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB84144-
CMYK00.830.950.67
HSL7.5º90.91%17.25%-
HSV(B)7.5º95.24%32.94%-
XYZ3.842.210.34-
YUV33.79111.19163.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 82.35%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=82.35%
G=13.73%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414400.830.950.677.590.9117.25
Hex54E40535F4385b11
Octal12416401231371031013321
Binary1010100111010001010011101111110000111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540E04; }

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

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

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

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

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

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

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

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