#543D12

Color #543D12 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #543D12

Tints of Madras #543D12

Color information

#543D12 (or 0x543D12) is unknown color: approx Madras. HEX triplet: 54, 3D and 12. RGB value is (84,61,18). Sum of RGB (Red+Green+Blue) = 84+61+18=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #543D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543D12 is #ABC2ED. Grayscale: #3F3F3F. Windows color (decimal): -11256558 or 1195348. OLE color: 1195348.

HSL color Cylindrical-coordinate representation of color #543D12: hue angle of 39.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 #543D12 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB846118-
CMYK00.270.790.67
HSL39.09º64.71%20%-
HSV(B)39.09º78.57%32.94%-
XYZ5.435.271.3-
YUV62.97102.62143-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=51.53%
G=37.42%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84611800.270.790.6739.0964.7120
Hex543D1201B4F43274114
Octal12475220331171034710124
Binary10101001111011001001101110011111000011100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543D12; }

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

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

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

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

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

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

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

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