Html Css Color HEX #523B12 Madras

📋 copy color: '#523B12'

red 82 ◦ green 59 ◦ blue 18

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

Shades of Madras #523B12

Tints of Madras #523B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

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

R = 51.57%
G = 37.11%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523B12 (or 0x523B12) is known color: Madras. HEX triplet: 52, 3B and 12. RGB value is (82,59,18). Sum of RGB (Red+Green+Blue) = 82+59+18=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #523B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B12 is #ADC4ED. Grayscale: #3D3D3D. Windows color (decimal): -11388142 or 1194834. OLE color: 1194834.

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

Color convert

RGB 82 59 18 -
CMYK 0 0.28 0.78 0.68
HSL 38.44º 0.64% 0.2% -
HSV(B) 38.44º 0.78% 0.32% -
XYZ 5.15 4.97 1.26 -
YUV 61.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 82 59 18 0 0.28 0.78 0.68 38.44 0.64 0.2
Hex 52 3B 12 0 1C 4E 44 26 40 14
Octal 122 73 22 0 34 116 104 46 100 24
Binary 1010010 111011 10010 0 11100 1001110 1000100 100110 1000000 10100

Color Harmonies of #523B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B12

Black with #523B12

Text Example


Text Example

White with #523B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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