Html Css Color HEX #544210 Madras

📋 copy color: '#544210'

red 84 ◦ green 66 ◦ blue 16

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

Shades of Madras #544210

Tints of Madras #544210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 50.6%
G = 39.76%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544210 (or 0x544210) is known color: Madras. HEX triplet: 54, 42 and 10. RGB value is (84,66,16). Sum of RGB (Red+Green+Blue) = 84+66+16=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #544210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544210 is #ABBDEF. Grayscale: #414141. Windows color (decimal): -11255280 or 1065556. OLE color: 1065556.

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

Color convert

RGB 84 66 16 -
CMYK 0 0.21 0.81 0.67
HSL 44.12º 0.68% 0.2% -
HSV(B) 44.12º 0.81% 0.33% -
XYZ 5.7 5.82 1.31 -
YUV 65.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 84 66 16 0 0.21 0.81 0.67 44.12 0.68 0.2
Hex 54 42 10 0 15 51 43 2C 44 14
Octal 124 102 20 0 25 121 103 54 104 24
Binary 1010100 1000010 10000 0 10101 1010001 1000011 101100 1000100 10100

Color Harmonies of #544210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544210

Black with #544210

Text Example


Text Example

White with #544210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544210; }

 p { color: rgb(84,66,16); }

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

background-color css

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

 a { background-color: rgb(84,66,16); }

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

border-color css

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

 span { border-color: rgb(84,66,16); }

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