Html Css Color HEX #523D0A Madras

📋 copy color: '#523D0A'

red 82 ◦ green 61 ◦ blue 10

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

Shades of Madras #523D0A

Tints of Madras #523D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.54%

R = 53.59%
G = 39.87%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#523D0A (or 0x523D0A) is known color: Madras. HEX triplet: 52, 3D and 0A. RGB value is (82,61,10). Sum of RGB (Red+Green+Blue) = 82+61+10=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D0A is #ADC2F5. Grayscale: #3D3D3D. Windows color (decimal): -11387638 or 671058. OLE color: 671058.

HSL color Cylindrical-coordinate representation of color #523D0A: hue angle of 42.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #523D0A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 61 10 -
CMYK 0 0.26 0.88 0.68
HSL 42.5º 0.78% 0.18% -
HSV(B) 42.5º 0.88% 0.32% -
XYZ 5.2 5.15 1.01 -
YUV 61.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 82 61 10 0 0.26 0.88 0.68 42.5 0.78 0.18
Hex 52 3D A 0 1A 58 44 2A 4E 12
Octal 122 75 12 0 32 130 104 52 116 22
Binary 1010010 111101 1010 0 11010 1011000 1000100 101010 1001110 10010

Color Harmonies of #523D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D0A

Black with #523D0A

Text Example


Text Example

White with #523D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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