Html Css Color HEX #523D12 Madras

📋 copy color: '#523D12'

red 82 ◦ green 61 ◦ blue 18

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

Shades of Madras #523D12

Tints of Madras #523D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 50.93%
G = 37.89%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523D12 (or 0x523D12) is known color: Madras. HEX triplet: 52, 3D and 12. RGB value is (82,61,18). Sum of RGB (Red+Green+Blue) = 82+61+18=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D12 is #ADC2ED. Grayscale: #3E3E3E. Windows color (decimal): -11387630 or 1195346. OLE color: 1195346.

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

Color convert

RGB 82 61 18 -
CMYK 0 0.26 0.78 0.68
HSL 40.31º 0.64% 0.2% -
HSV(B) 40.31º 0.78% 0.32% -
XYZ 5.26 5.17 1.29 -
YUV 62.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 82 61 18 0 0.26 0.78 0.68 40.31 0.64 0.2
Hex 52 3D 12 0 1A 4E 44 28 40 14
Octal 122 75 22 0 32 116 104 50 100 24
Binary 1010010 111101 10010 0 11010 1001110 1000100 101000 1000000 10100

Color Harmonies of #523D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D12

Black with #523D12

Text Example


Text Example

White with #523D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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