Html Css Color HEX #524309 Madras

📋 copy color: '#524309'

red 82 ◦ green 67 ◦ blue 9

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

Shades of Madras #524309

Tints of Madras #524309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

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

R = 51.9%
G = 42.41%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#524309 (or 0x524309) is known color: Madras. HEX triplet: 52, 43 and 09. RGB value is (82,67,9). Sum of RGB (Red+Green+Blue) = 82+67+9=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524309 is #ADBCF6. Grayscale: #414141. Windows color (decimal): -11386103 or 607058. OLE color: 607058.

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

Color convert

RGB 82 67 9 -
CMYK 0 0.18 0.89 0.68
HSL 47.67º 0.8% 0.18% -
HSV(B) 47.67º 0.89% 0.32% -
XYZ 5.54 5.83 1.09 -
YUV 64.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 82 67 9 0 0.18 0.89 0.68 47.67 0.8 0.18
Hex 52 43 9 0 12 59 44 30 50 12
Octal 122 103 11 0 22 131 104 60 120 22
Binary 1010010 1000011 1001 0 10010 1011001 1000100 110000 1010000 10010

Color Harmonies of #524309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524309

Black with #524309

Text Example


Text Example

White with #524309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524309; }

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

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

background-color css

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

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

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

border-color css

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

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

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