Html Css Color HEX #523D1A Madras

📋 copy color: '#523D1A'

red 82 ◦ green 61 ◦ blue 26

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

Shades of Madras #523D1A

Tints of Madras #523D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 48.52%
G = 36.09%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#523D1A (or 0x523D1A) is known color: Madras. HEX triplet: 52, 3D and 1A. RGB value is (82,61,26). Sum of RGB (Red+Green+Blue) = 82+61+26=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1A is #ADC2E5. Grayscale: #3F3F3F. Windows color (decimal): -11387622 or 1719634. OLE color: 1719634.

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

Color convert

RGB 82 61 26 -
CMYK 0 0.26 0.68 0.68
HSL 37.5º 0.52% 0.21% -
HSV(B) 37.5º 0.68% 0.32% -
XYZ 5.33 5.21 1.7 -
YUV 63.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 82 61 26 0 0.26 0.68 0.68 37.5 0.52 0.21
Hex 52 3D 1A 0 1A 44 44 26 34 15
Octal 122 75 32 0 32 104 104 46 64 25
Binary 1010010 111101 11010 0 11010 1000100 1000100 100110 110100 10101

Color Harmonies of #523D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D1A

Black with #523D1A

Text Example


Text Example

White with #523D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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