Html Css Color HEX #523F12 Madras

📋 copy color: '#523F12'

red 82 ◦ green 63 ◦ blue 18

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

Shades of Madras #523F12

Tints of Madras #523F12

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 50.31%
G = 38.65%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523F12 (or 0x523F12) is known color: Madras. HEX triplet: 52, 3F and 12. RGB value is (82,63,18). Sum of RGB (Red+Green+Blue) = 82+63+18=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F12 is #ADC0ED. Grayscale: #3F3F3F. Windows color (decimal): -11387118 or 1195858. OLE color: 1195858.

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

Color convert

RGB 82 63 18 -
CMYK 0 0.23 0.78 0.68
HSL 42.19º 0.64% 0.2% -
HSV(B) 42.19º 0.78% 0.32% -
XYZ 5.37 5.39 1.33 -
YUV 63.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 82 63 18 0 0.23 0.78 0.68 42.19 0.64 0.2
Hex 52 3F 12 0 17 4E 44 2A 40 14
Octal 122 77 22 0 27 116 104 52 100 24
Binary 1010010 111111 10010 0 10111 1001110 1000100 101010 1000000 10100

Color Harmonies of #523F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F12

Black with #523F12

Text Example


Text Example

White with #523F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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