Html Css Color HEX #523D00 Madras

📋 copy color: '#523D00'

red 82 ◦ green 61 ◦ blue 0

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

Shades of Madras #523D00

Tints of Madras #523D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.66%

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

R = 57.34%
G = 42.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#523D00 (or 0x523D00) is known color: Madras. HEX triplet: 52, 3D and 00. RGB value is (82,61,0). Sum of RGB (Red+Green+Blue) = 82+61+0=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D00 is #ADC2FF. Grayscale: #3C3C3C. Windows color (decimal): -11387648 or 15698. OLE color: 15698.

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

Color convert

RGB 82 61 0 -
CMYK 0 0.26 1 0.68
HSL 44.63º 1% 0.16% -
HSV(B) 44.63º 1% 0.32% -
XYZ 5.15 5.13 0.72 -
YUV 60.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 82 61 0 0 0.26 1 0.68 44.63 1 0.16
Hex 52 3D 0 0 1A 64 44 2D 64 10
Octal 122 75 0 0 32 144 104 55 144 20
Binary 1010010 111101 0 0 11010 1100100 1000100 101101 1100100 10000

Color Harmonies of #523D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D00

Black with #523D00

Text Example


Text Example

White with #523D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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