Html Css Color HEX #54401C Madras

📋 copy color: '#54401C'

red 84 ◦ green 64 ◦ blue 28

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

Shades of Madras #54401C

Tints of Madras #54401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 47.73%
G = 36.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54401C (or 0x54401C) is known color: Madras. HEX triplet: 54, 40 and 1C. RGB value is (84,64,28). Sum of RGB (Red+Green+Blue) = 84+64+28=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401C is #ABBFE3. Grayscale: #424242. Windows color (decimal): -11255780 or 1851476. OLE color: 1851476.

HSL color Cylindrical-coordinate representation of color #54401C: hue angle of 38.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54401C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 64 28 -
CMYK 0 0.24 0.67 0.67
HSL 38.57º 0.5% 0.22% -
HSV(B) 38.57º 0.67% 0.33% -
XYZ 5.7 5.64 1.89 -
YUV 65.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 84 64 28 0 0.24 0.67 0.67 38.57 0.5 0.22
Hex 54 40 1C 0 18 43 43 27 32 16
Octal 124 100 34 0 30 103 103 47 62 26
Binary 1010100 1000000 11100 0 11000 1000011 1000011 100111 110010 10110

Color Harmonies of #54401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54401C

Black with #54401C

Text Example


Text Example

White with #54401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54401C; }

 p { color: rgb(84,64,28); }

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

background-color css

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

 a { background-color: rgb(84,64,28); }

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

border-color css

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

 span { border-color: rgb(84,64,28); }

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