Html Css Color HEX #523C12 Madras

📋 copy color: '#523C12'

red 82 ◦ green 60 ◦ blue 18

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

Shades of Madras #523C12

Tints of Madras #523C12

RGB

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

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

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

R = 51.25%
G = 37.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523C12 (or 0x523C12) is known color: Madras. HEX triplet: 52, 3C and 12. RGB value is (82,60,18). Sum of RGB (Red+Green+Blue) = 82+60+18=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C12 is #ADC3ED. Grayscale: #3D3D3D. Windows color (decimal): -11387886 or 1195090. OLE color: 1195090.

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

Color convert

RGB 82 60 18 -
CMYK 0 0.27 0.78 0.68
HSL 39.38º 0.64% 0.2% -
HSV(B) 39.38º 0.78% 0.32% -
XYZ 5.2 5.07 1.28 -
YUV 61.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 82 60 18 0 0.27 0.78 0.68 39.38 0.64 0.2
Hex 52 3C 12 0 1B 4E 44 27 40 14
Octal 122 74 22 0 33 116 104 47 100 24
Binary 1010010 111100 10010 0 11011 1001110 1000100 100111 1000000 10100

Color Harmonies of #523C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C12

Black with #523C12

Text Example


Text Example

White with #523C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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