Html Css Color HEX #523C16 Madras

📋 copy color: '#523C16'

red 82 ◦ green 60 ◦ blue 22

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

Shades of Madras #523C16

Tints of Madras #523C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 50%
G = 36.59%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#523C16 (or 0x523C16) is known color: Madras. HEX triplet: 52, 3C and 16. RGB value is (82,60,22). Sum of RGB (Red+Green+Blue) = 82+60+22=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #523C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C16 is #ADC3E9. Grayscale: #3E3E3E. Windows color (decimal): -11387882 or 1457234. OLE color: 1457234.

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

Color convert

RGB 82 60 22 -
CMYK 0 0.27 0.73 0.68
HSL 38º 0.58% 0.2% -
HSV(B) 38º 0.73% 0.32% -
XYZ 5.24 5.08 1.46 -
YUV 62.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 82 60 22 0 0.27 0.73 0.68 38 0.58 0.2
Hex 52 3C 16 0 1B 49 44 26 3A 14
Octal 122 74 26 0 33 111 104 46 72 24
Binary 1010010 111100 10110 0 11011 1001001 1000100 100110 111010 10100

Color Harmonies of #523C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C16

Black with #523C16

Text Example


Text Example

White with #523C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,22); }

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

background-color css

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

 a { background-color: rgb(82,60,22); }

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

border-color css

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

 span { border-color: rgb(82,60,22); }

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