Html Css Color HEX #524400 Madras

📋 copy color: '#524400'

red 82 ◦ green 68 ◦ blue 0

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

Shades of Madras #524400

Tints of Madras #524400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 54.67%
G = 45.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524400 (or 0x524400) is known color: Madras. HEX triplet: 52, 44 and 00. RGB value is (82,68,0). Sum of RGB (Red+Green+Blue) = 82+68+0=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524400 is #ADBBFF. Grayscale: #404040. Windows color (decimal): -11385856 or 17490. OLE color: 17490.

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

Color convert

RGB 82 68 0 -
CMYK 0 0.17 1 0.68
HSL 49.76º 1% 0.16% -
HSV(B) 49.76º 1% 0.32% -
XYZ 5.55 5.93 0.85 -
YUV 64.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 82 68 0 0 0.17 1 0.68 49.76 1 0.16
Hex 52 44 0 0 11 64 44 32 64 10
Octal 122 104 0 0 21 144 104 62 144 20
Binary 1010010 1000100 0 0 10001 1100100 1000100 110010 1100100 10000

Color Harmonies of #524400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524400

Black with #524400

Text Example


Text Example

White with #524400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524400; }

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

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

background-color css

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

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

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

border-color css

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

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

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