Html Css Color HEX #523C15 Madras

📋 copy color: '#523C15'

red 82 ◦ green 60 ◦ blue 21

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

Shades of Madras #523C15

Tints of Madras #523C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 50.31%
G = 36.81%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#523C15 (or 0x523C15) is known color: Madras. HEX triplet: 52, 3C and 15. RGB value is (82,60,21). Sum of RGB (Red+Green+Blue) = 82+60+21=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C15 is #ADC3EA. Grayscale: #3E3E3E. Windows color (decimal): -11387883 or 1391698. OLE color: 1391698.

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

Color convert

RGB 82 60 21 -
CMYK 0 0.27 0.74 0.68
HSL 38.36º 0.59% 0.2% -
HSV(B) 38.36º 0.74% 0.32% -
XYZ 5.23 5.08 1.41 -
YUV 62.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 82 60 21 0 0.27 0.74 0.68 38.36 0.59 0.2
Hex 52 3C 15 0 1B 4A 44 26 3B 14
Octal 122 74 25 0 33 112 104 46 73 24
Binary 1010010 111100 10101 0 11011 1001010 1000100 100110 111011 10100

Color Harmonies of #523C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C15

Black with #523C15

Text Example


Text Example

White with #523C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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