#54140E

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

Shades of Red Oxide #54140E

Tints of Red Oxide #54140E

Color information

#54140E (or 0x54140E) is unknown color: approx Red Oxide. HEX triplet: 54, 14 and 0E. RGB value is (84,20,14). Sum of RGB (Red+Green+Blue) = 84+20+14=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54140E is #ABEBF1. Grayscale: #262626. Windows color (decimal): -11267058 or 922708. OLE color: 922708.

HSL color Cylindrical-coordinate representation of color #54140E: hue angle of 5.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54140E is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB842014-
CMYK00.760.830.67
HSL5.14º71.43%19.22%-
HSV(B)5.14º83.33%32.94%-
XYZ3.992.420.67-
YUV38.45114.2160.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=71.19%
G=16.95%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84201400.760.830.675.1471.4319.22
Hex5414E04C534354713
Octal12424160114123103510723
Binary10101001010011100100110010100111000011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54140E; }

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

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

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

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

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

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

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

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