Html Css Color HEX #524020 Madras

📋 copy color: '#524020'

red 82 ◦ green 64 ◦ blue 32

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

Shades of Madras #524020

Tints of Madras #524020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 46.07%
G = 35.96%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#524020 (or 0x524020) is known color: Madras. HEX triplet: 52, 40 and 20. RGB value is (82,64,32). Sum of RGB (Red+Green+Blue) = 82+64+32=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #524020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524020 is #ADBFDF. Grayscale: #414141. Windows color (decimal): -11386848 or 2113618. OLE color: 2113618.

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

Color convert

RGB 82 64 32 -
CMYK 0 0.22 0.61 0.68
HSL 38.4º 0.44% 0.22% -
HSV(B) 38.4º 0.61% 0.32% -
XYZ 5.57 5.56 2.15 -
YUV 65.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 82 64 32 0 0.22 0.61 0.68 38.4 0.44 0.22
Hex 52 40 20 0 16 3D 44 26 2C 16
Octal 122 100 40 0 26 75 104 46 54 26
Binary 1010010 1000000 100000 0 10110 111101 1000100 100110 101100 10110

Color Harmonies of #524020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524020

Black with #524020

Text Example


Text Example

White with #524020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524020; }

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

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

background-color css

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

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

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

border-color css

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

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

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