Html Css Color HEX #544201 Madras

📋 copy color: '#544201'

red 84 ◦ green 66 ◦ blue 1

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

Shades of Madras #544201

Tints of Madras #544201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 55.63%
G = 43.71%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#544201 (or 0x544201) is known color: Madras. HEX triplet: 54, 42 and 01. RGB value is (84,66,1). Sum of RGB (Red+Green+Blue) = 84+66+1=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #544201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544201 is #ABBDFE. Grayscale: #404040. Windows color (decimal): -11255295 or 82516. OLE color: 82516.

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

Color convert

RGB 84 66 1 -
CMYK 0 0.21 0.99 0.67
HSL 46.99º 0.98% 0.17% -
HSV(B) 46.99º 0.99% 0.33% -
XYZ 5.61 5.78 0.85 -
YUV 63.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 84 66 1 0 0.21 0.99 0.67 46.99 0.98 0.17
Hex 54 42 1 0 15 63 43 2F 62 11
Octal 124 102 1 0 25 143 103 57 142 21
Binary 1010100 1000010 1 0 10101 1100011 1000011 101111 1100010 10001

Color Harmonies of #544201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544201

Black with #544201

Text Example


Text Example

White with #544201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544201; }

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

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

background-color css

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

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

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

border-color css

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

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

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