#54201E

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

Shades of Red Oxide #54201E

Tints of Red Oxide #54201E

Color information

#54201E (or 0x54201E) is unknown color: approx Red Oxide. HEX triplet: 54, 20 and 1E. RGB value is (84,32,30). Sum of RGB (Red+Green+Blue) = 84+32+30=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54201E is #ABDFE1. Grayscale: #2F2F2F. Windows color (decimal): -11263970 or 1974356. OLE color: 1974356.

HSL color Cylindrical-coordinate representation of color #54201E: hue angle of 2.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54201E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB843230-
CMYK00.620.640.67
HSL2.22º47.37%22.35%-
HSV(B)2.22º64.29%32.94%-
XYZ4.413.011.58-
YUV47.32118.23154.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=57.53%
G=21.92%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84323000.620.640.672.2247.3722.35
Hex54201E03E404322f16
Octal124403607610010325726
Binary1010100100000111100111110100000010000111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,32,30); }

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

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

 a { background-color: rgb(84,32,30); }

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

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

 span { border-color: rgb(84,32,30); }

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