Html Css Color HEX #523E12 Madras

📋 copy color: '#523E12'

red 82 ◦ green 62 ◦ blue 18

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

Shades of Madras #523E12

Tints of Madras #523E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.27%

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

R = 50.62%
G = 38.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523E12 (or 0x523E12) is known color: Madras. HEX triplet: 52, 3E and 12. RGB value is (82,62,18). Sum of RGB (Red+Green+Blue) = 82+62+18=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E12 is #ADC1ED. Grayscale: #3F3F3F. Windows color (decimal): -11387374 or 1195602. OLE color: 1195602.

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

Color convert

RGB 82 62 18 -
CMYK 0 0.24 0.78 0.68
HSL 41.25º 0.64% 0.2% -
HSV(B) 41.25º 0.78% 0.32% -
XYZ 5.31 5.28 1.31 -
YUV 62.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 82 62 18 0 0.24 0.78 0.68 41.25 0.64 0.2
Hex 52 3E 12 0 18 4E 44 29 40 14
Octal 122 76 22 0 30 116 104 51 100 24
Binary 1010010 111110 10010 0 11000 1001110 1000100 101001 1000000 10100

Color Harmonies of #523E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E12

Black with #523E12

Text Example


Text Example

White with #523E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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