Html Css Color HEX #543D14 Madras

📋 copy color: '#543D14'

red 84 ◦ green 61 ◦ blue 20

#543D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #543D14

Tints of Madras #543D14

RGB

 RED value IS 84 (33.2% from 255) = 50.91%

 GREEN value IS 61 (24.22% from 255) = 36.97%

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 50.91%
G = 36.97%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#543D14 (or 0x543D14) is known color: Madras. HEX triplet: 54, 3D and 14. RGB value is (84,61,20). Sum of RGB (Red+Green+Blue) = 84+61+20=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #543D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543D14 is #ABC2EB. Grayscale: #3F3F3F. Windows color (decimal): -11256556 or 1326420. OLE color: 1326420.

HSL color Cylindrical-coordinate representation of color #543D14: hue angle of 38.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543D14 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 61 20 -
CMYK 0 0.27 0.76 0.67
HSL 38.44º 0.62% 0.2% -
HSV(B) 38.44º 0.76% 0.33% -
XYZ 5.45 5.27 1.39 -
YUV 63.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 84 61 20 0 0.27 0.76 0.67 38.44 0.62 0.2
Hex 54 3D 14 0 1B 4C 43 26 3E 14
Octal 124 75 24 0 33 114 103 46 76 24
Binary 1010100 111101 10100 0 11011 1001100 1000011 100110 111110 10100

Color Harmonies of #543D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543D14

Black with #543D14

Text Example


Text Example

White with #543D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #543D14;
 }
 .AnyTagClassName
 {
   color: #543D14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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