Html Css Color HEX #54401B Madras

📋 copy color: '#54401B'

red 84 ◦ green 64 ◦ blue 27

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

Shades of Madras #54401B

Tints of Madras #54401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 48%
G = 36.57%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54401B (or 0x54401B) is known color: Madras. HEX triplet: 54, 40 and 1B. RGB value is (84,64,27). Sum of RGB (Red+Green+Blue) = 84+64+27=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401B is #ABBFE4. Grayscale: #414141. Windows color (decimal): -11255781 or 1785940. OLE color: 1785940.

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

Color convert

RGB 84 64 27 -
CMYK 0 0.24 0.68 0.67
HSL 38.95º 0.51% 0.22% -
HSV(B) 38.95º 0.68% 0.33% -
XYZ 5.69 5.63 1.82 -
YUV 65.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 84 64 27 0 0.24 0.68 0.67 38.95 0.51 0.22
Hex 54 40 1B 0 18 44 43 27 33 16
Octal 124 100 33 0 30 104 103 47 63 26
Binary 1010100 1000000 11011 0 11000 1000100 1000011 100111 110011 10110

Color Harmonies of #54401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54401B

Black with #54401B

Text Example


Text Example

White with #54401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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