Html Css Color HEX #524401 Madras

📋 copy color: '#524401'

red 82 ◦ green 68 ◦ blue 1

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

Shades of Madras #524401

Tints of Madras #524401

RGB

 RED value IS 82 (32.42% from 255) = 54.3%

 GREEN value IS 68 (26.95% from 255) = 45.03%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 54.3%
G = 45.03%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#524401 (or 0x524401) is known color: Madras. HEX triplet: 52, 44 and 01. RGB value is (82,68,1). Sum of RGB (Red+Green+Blue) = 82+68+1=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #524401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524401 is #ADBBFE. Grayscale: #404040. Windows color (decimal): -11385855 or 83026. OLE color: 83026.

HSL color Cylindrical-coordinate representation of color #524401: hue angle of 49.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524401 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 1 -
CMYK 0 0.17 0.99 0.68
HSL 49.63º 0.98% 0.16% -
HSV(B) 49.63º 0.99% 0.32% -
XYZ 5.55 5.93 0.88 -
YUV 64.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 82 68 1 0 0.17 0.99 0.68 49.63 0.98 0.16
Hex 52 44 1 0 11 63 44 32 62 10
Octal 122 104 1 0 21 143 104 62 142 20
Binary 1010010 1000100 1 0 10001 1100011 1000100 110010 1100010 10000

Color Harmonies of #524401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524401

Black with #524401

Text Example


Text Example

White with #524401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524401; }

 p { color: rgb(82,68,1); }

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

background-color css

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

 a { background-color: rgb(82,68,1); }

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

border-color css

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

 span { border-color: rgb(82,68,1); }

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