Html Css Color HEX #524509 Madras

📋 copy color: '#524509'

red 82 ◦ green 69 ◦ blue 9

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

Shades of Madras #524509

Tints of Madras #524509

RGB

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

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

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

R = 51.25%
G = 43.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524509 (or 0x524509) is known color: Madras. HEX triplet: 52, 45 and 09. RGB value is (82,69,9). Sum of RGB (Red+Green+Blue) = 82+69+9=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #524509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524509 is #ADBAF6. Grayscale: #424242. Windows color (decimal): -11385591 or 607570. OLE color: 607570.

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

Color convert

RGB 82 69 9 -
CMYK 0 0.16 0.89 0.68
HSL 49.32º 0.8% 0.18% -
HSV(B) 49.32º 0.89% 0.32% -
XYZ 5.66 6.07 1.13 -
YUV 66.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 82 69 9 0 0.16 0.89 0.68 49.32 0.8 0.18
Hex 52 45 9 0 10 59 44 31 50 12
Octal 122 105 11 0 20 131 104 61 120 22
Binary 1010010 1000101 1001 0 10000 1011001 1000100 110001 1010000 10010

Color Harmonies of #524509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524509

Black with #524509

Text Example


Text Example

White with #524509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524509; }

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

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

background-color css

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

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

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

border-color css

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

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

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