Html Css Color HEX #524504 Madras

📋 copy color: '#524504'

red 82 ◦ green 69 ◦ blue 4

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

Shades of Madras #524504

Tints of Madras #524504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

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

R = 52.9%
G = 44.52%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524504 (or 0x524504) is known color: Madras. HEX triplet: 52, 45 and 04. RGB value is (82,69,4). Sum of RGB (Red+Green+Blue) = 82+69+4=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524504 is #ADBAFB. Grayscale: #414141. Windows color (decimal): -11385596 or 279890. OLE color: 279890.

HSL color Cylindrical-coordinate representation of color #524504: hue angle of 50º 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 #524504 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 4 -
CMYK 0 0.16 0.95 0.68
HSL 50º 0.91% 0.17% -
HSV(B) 50º 0.95% 0.32% -
XYZ 5.63 6.06 0.99 -
YUV 65.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 82 69 4 0 0.16 0.95 0.68 50 0.91 0.17
Hex 52 45 4 0 10 5F 44 32 5B 11
Octal 122 105 4 0 20 137 104 62 133 21
Binary 1010010 1000101 100 0 10000 1011111 1000100 110010 1011011 10001

Color Harmonies of #524504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524504

Black with #524504

Text Example


Text Example

White with #524504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524504; }

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

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

background-color css

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

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

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

border-color css

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

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

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