Html Css Color HEX #54411A Madras

📋 copy color: '#54411A'

red 84 ◦ green 65 ◦ blue 26

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

Shades of Madras #54411A

Tints of Madras #54411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 48%
G = 37.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54411A (or 0x54411A) is known color: Madras. HEX triplet: 54, 41 and 1A. RGB value is (84,65,26). Sum of RGB (Red+Green+Blue) = 84+65+26=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54411A is #ABBEE5. Grayscale: #424242. Windows color (decimal): -11255526 or 1720660. OLE color: 1720660.

HSL color Cylindrical-coordinate representation of color #54411A: hue angle of 40.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54411A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 65 26 -
CMYK 0 0.23 0.69 0.67
HSL 40.34º 0.53% 0.22% -
HSV(B) 40.34º 0.69% 0.33% -
XYZ 5.73 5.74 1.78 -
YUV 66.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 84 65 26 0 0.23 0.69 0.67 40.34 0.53 0.22
Hex 54 41 1A 0 17 45 43 28 35 16
Octal 124 101 32 0 27 105 103 50 65 26
Binary 1010100 1000001 11010 0 10111 1000101 1000011 101000 110101 10110

Color Harmonies of #54411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54411A

Black with #54411A

Text Example


Text Example

White with #54411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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