#542712

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

Shades of Indian Tan #542712

Tints of Indian Tan #542712

Color information

#542712 (or 0x542712) is unknown color: approx Indian Tan. HEX triplet: 54, 27 and 12. RGB value is (84,39,18). Sum of RGB (Red+Green+Blue) = 84+39+18=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #542712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542712 is #ABD8ED. Grayscale: #323232. Windows color (decimal): -11262190 or 1189716. OLE color: 1189716.

HSL color Cylindrical-coordinate representation of color #542712: hue angle of 19.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542712 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB843918-
CMYK00.540.790.67
HSL19.09º64.71%20%-
HSV(B)19.09º78.57%32.94%-
XYZ4.493.380.99-
YUV50.06109.91152.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=59.57%
G=27.66%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84391800.540.790.6719.0964.7120
Hex5427120364F43134114
Octal12447220661171032310124
Binary10101001001111001001101101001111100001110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542712; }

 p { color: rgb(84,39,18); }

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

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

 a { background-color: rgb(84,39,18); }

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

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

 span { border-color: rgb(84,39,18); }

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