Html Css Color HEX #524306 Madras

📋 copy color: '#524306'

red 82 ◦ green 67 ◦ blue 6

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

Shades of Madras #524306

Tints of Madras #524306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 52.9%
G = 43.23%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524306 (or 0x524306) is known color: Madras. HEX triplet: 52, 43 and 06. RGB value is (82,67,6). Sum of RGB (Red+Green+Blue) = 82+67+6=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524306 is #ADBCF9. Grayscale: #404040. Windows color (decimal): -11386106 or 410450. OLE color: 410450.

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

Color convert

RGB 82 67 6 -
CMYK 0 0.18 0.93 0.68
HSL 48.16º 0.86% 0.17% -
HSV(B) 48.16º 0.93% 0.32% -
XYZ 5.52 5.82 1 -
YUV 64.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 82 67 6 0 0.18 0.93 0.68 48.16 0.86 0.17
Hex 52 43 6 0 12 5D 44 30 56 11
Octal 122 103 6 0 22 135 104 60 126 21
Binary 1010010 1000011 110 0 10010 1011101 1000100 110000 1010110 10001

Color Harmonies of #524306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524306

Black with #524306

Text Example


Text Example

White with #524306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524306; }

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

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

background-color css

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

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

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

border-color css

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

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

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