Html Css Color HEX #524109 Madras

📋 copy color: '#524109'

red 82 ◦ green 65 ◦ blue 9

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

Shades of Madras #524109

Tints of Madras #524109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 52.56%
G = 41.67%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524109 (or 0x524109) is known color: Madras. HEX triplet: 52, 41 and 09. RGB value is (82,65,9). Sum of RGB (Red+Green+Blue) = 82+65+9=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524109 is #ADBEF6. Grayscale: #3F3F3F. Windows color (decimal): -11386615 or 606546. OLE color: 606546.

HSL color Cylindrical-coordinate representation of color #524109: hue angle of 46.03º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #524109 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 9 -
CMYK 0 0.21 0.89 0.68
HSL 46.03º 0.8% 0.18% -
HSV(B) 46.03º 0.89% 0.32% -
XYZ 5.42 5.59 1.05 -
YUV 63.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 82 65 9 0 0.21 0.89 0.68 46.03 0.8 0.18
Hex 52 41 9 0 15 59 44 2E 50 12
Octal 122 101 11 0 25 131 104 56 120 22
Binary 1010010 1000001 1001 0 10101 1011001 1000100 101110 1010000 10010

Color Harmonies of #524109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524109

Black with #524109

Text Example


Text Example

White with #524109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524109; }

 p { color: rgb(82,65,9); }

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

background-color css

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

 a { background-color: rgb(82,65,9); }

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

border-color css

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

 span { border-color: rgb(82,65,9); }

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