Html Css Color HEX #524004 Madras

📋 copy color: '#524004'

red 82 ◦ green 64 ◦ blue 4

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

Shades of Madras #524004

Tints of Madras #524004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 54.67%
G = 42.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524004 (or 0x524004) is known color: Madras. HEX triplet: 52, 40 and 04. RGB value is (82,64,4). Sum of RGB (Red+Green+Blue) = 82+64+4=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524004 is #ADBFFB. Grayscale: #3E3E3E. Windows color (decimal): -11386876 or 278610. OLE color: 278610.

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

Color convert

RGB 82 64 4 -
CMYK 0 0.22 0.95 0.68
HSL 46.15º 0.91% 0.17% -
HSV(B) 46.15º 0.95% 0.32% -
XYZ 5.33 5.47 0.89 -
YUV 62.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 82 64 4 0 0.22 0.95 0.68 46.15 0.91 0.17
Hex 52 40 4 0 16 5F 44 2E 5B 11
Octal 122 100 4 0 26 137 104 56 133 21
Binary 1010010 1000000 100 0 10110 1011111 1000100 101110 1011011 10001

Color Harmonies of #524004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524004

Black with #524004

Text Example


Text Example

White with #524004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524004; }

 p { color: rgb(82,64,4); }

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

background-color css

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

 a { background-color: rgb(82,64,4); }

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

border-color css

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

 span { border-color: rgb(82,64,4); }

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