Html Css Color HEX #544002 Madras

📋 copy color: '#544002'

red 84 ◦ green 64 ◦ blue 2

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

Shades of Madras #544002

Tints of Madras #544002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 56%
G = 42.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#544002 (or 0x544002) is known color: Madras. HEX triplet: 54, 40 and 02. RGB value is (84,64,2). Sum of RGB (Red+Green+Blue) = 84+64+2=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #544002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544002 is #ABBFFD. Grayscale: #3F3F3F. Windows color (decimal): -11255806 or 147540. OLE color: 147540.

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

Color convert

RGB 84 64 2 -
CMYK 0 0.24 0.98 0.67
HSL 45.37º 0.95% 0.17% -
HSV(B) 45.37º 0.98% 0.33% -
XYZ 5.5 5.56 0.84 -
YUV 62.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 84 64 2 0 0.24 0.98 0.67 45.37 0.95 0.17
Hex 54 40 2 0 18 62 43 2D 5F 11
Octal 124 100 2 0 30 142 103 55 137 21
Binary 1010100 1000000 10 0 11000 1100010 1000011 101101 1011111 10001

Color Harmonies of #544002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544002

Black with #544002

Text Example


Text Example

White with #544002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544002; }

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

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

background-color css

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

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

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

border-color css

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

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

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