Html Css Color HEX #544214 Madras

📋 copy color: '#544214'

red 84 ◦ green 66 ◦ blue 20

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

Shades of Madras #544214

Tints of Madras #544214

RGB

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

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

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

R = 49.41%
G = 38.82%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544214 (or 0x544214) is known color: Madras. HEX triplet: 54, 42 and 14. RGB value is (84,66,20). Sum of RGB (Red+Green+Blue) = 84+66+20=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544214 is #ABBDEB. Grayscale: #424242. Windows color (decimal): -11255276 or 1327700. OLE color: 1327700.

HSL color Cylindrical-coordinate representation of color #544214: hue angle of 43.12º 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 #544214 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 20 -
CMYK 0 0.21 0.76 0.67
HSL 43.13º 0.62% 0.2% -
HSV(B) 43.13º 0.76% 0.33% -
XYZ 5.73 5.83 1.49 -
YUV 66.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 84 66 20 0 0.21 0.76 0.67 43.13 0.62 0.2
Hex 54 42 14 0 15 4C 43 2B 3E 14
Octal 124 102 24 0 25 114 103 53 76 24
Binary 1010100 1000010 10100 0 10101 1001100 1000011 101011 111110 10100

Color Harmonies of #544214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544214

Black with #544214

Text Example


Text Example

White with #544214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544214; }

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

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

background-color css

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

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

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

border-color css

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

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

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