Html Css Color HEX #544112 Madras

📋 copy color: '#544112'

red 84 ◦ green 65 ◦ blue 18

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

Shades of Madras #544112

Tints of Madras #544112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 50.3%
G = 38.92%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#544112 (or 0x544112) is known color: Madras. HEX triplet: 54, 41 and 12. RGB value is (84,65,18). Sum of RGB (Red+Green+Blue) = 84+65+18=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544112 is #ABBEED. Grayscale: #414141. Windows color (decimal): -11255534 or 1196372. OLE color: 1196372.

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

Color convert

RGB 84 65 18 -
CMYK 0 0.23 0.79 0.67
HSL 42.73º 0.65% 0.2% -
HSV(B) 42.73º 0.79% 0.33% -
XYZ 5.66 5.71 1.38 -
YUV 65.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 84 65 18 0 0.23 0.79 0.67 42.73 0.65 0.2
Hex 54 41 12 0 17 4F 43 2B 41 14
Octal 124 101 22 0 27 117 103 53 101 24
Binary 1010100 1000001 10010 0 10111 1001111 1000011 101011 1000001 10100

Color Harmonies of #544112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544112

Black with #544112

Text Example


Text Example

White with #544112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544112; }

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

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

background-color css

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

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

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

border-color css

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

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

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