Html Css Color HEX #524209 Madras

📋 copy color: '#524209'

red 82 ◦ green 66 ◦ blue 9

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

Shades of Madras #524209

Tints of Madras #524209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

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

R = 52.23%
G = 42.04%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524209 (or 0x524209) is known color: Madras. HEX triplet: 52, 42 and 09. RGB value is (82,66,9). Sum of RGB (Red+Green+Blue) = 82+66+9=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524209 is #ADBDF6. Grayscale: #404040. Windows color (decimal): -11386359 or 606802. OLE color: 606802.

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

Color convert

RGB 82 66 9 -
CMYK 0 0.20 0.89 0.68
HSL 46.85º 0.8% 0.18% -
HSV(B) 46.85º 0.89% 0.32% -
XYZ 5.48 5.71 1.07 -
YUV 64.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 82 66 9 0 0.20 0.89 0.68 46.85 0.8 0.18
Hex 52 42 9 0 14 59 44 2F 50 12
Octal 122 102 11 0 24 131 104 57 120 22
Binary 1010010 1000010 1001 0 10100 1011001 1000100 101111 1010000 10010

Color Harmonies of #524209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524209

Black with #524209

Text Example


Text Example

White with #524209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524209; }

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

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

background-color css

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

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

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

border-color css

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

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

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