Html Css Color HEX #524600 Madras

📋 copy color: '#524600'

red 82 ◦ green 70 ◦ blue 0

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

Shades of Madras #524600

Tints of Madras #524600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.95%
G = 46.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524600 (or 0x524600) is known color: Madras. HEX triplet: 52, 46 and 00. RGB value is (82,70,0). Sum of RGB (Red+Green+Blue) = 82+70+0=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524600 is #ADB9FF. Grayscale: #414141. Windows color (decimal): -11385344 or 18002. OLE color: 18002.

HSL color Cylindrical-coordinate representation of color #524600: hue angle of 51.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 0 -
CMYK 0 0.15 1 0.68
HSL 51.22º 1% 0.16% -
HSV(B) 51.22º 1% 0.32% -
XYZ 5.67 6.17 0.89 -
YUV 65.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 82 70 0 0 0.15 1 0.68 51.22 1 0.16
Hex 52 46 0 0 F 64 44 33 64 10
Octal 122 106 0 0 17 144 104 63 144 20
Binary 1010010 1000110 0 0 1111 1100100 1000100 110011 1100100 10000

Color Harmonies of #524600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524600

Black with #524600

Text Example


Text Example

White with #524600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524600; }

 p { color: rgb(82,70,0); }

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

background-color css

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

 a { background-color: rgb(82,70,0); }

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

border-color css

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

 span { border-color: rgb(82,70,0); }

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