#54301E

Color #54301E Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #54301E

Tints of Indian Tan #54301E

Color information

#54301E (or 0x54301E) is unknown color: approx Indian Tan. HEX triplet: 54, 30 and 1E. RGB value is (84,48,30). Sum of RGB (Red+Green+Blue) = 84+48+30=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54301E is #ABCFE1. Grayscale: #383838. Windows color (decimal): -11259874 or 1978452. OLE color: 1978452.

HSL color Cylindrical-coordinate representation of color #54301E: hue angle of 20º 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 #54301E is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB844830-
CMYK00.430.640.67
HSL20º47.37%22.35%-
HSV(B)20º64.29%32.94%-
XYZ4.954.091.76-
YUV56.71112.93147.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=51.85%
G=29.63%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84483000.430.640.672047.3722.35
Hex54301E02B4043142f16
Octal1246036053100103245726
Binary1010100110000111100101011100000010000111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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