Html Css Color HEX #523B11 Madras

📋 copy color: '#523B11'

red 82 ◦ green 59 ◦ blue 17

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

Shades of Madras #523B11

Tints of Madras #523B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 51.9%
G = 37.34%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523B11 (or 0x523B11) is known color: Madras. HEX triplet: 52, 3B and 11. RGB value is (82,59,17). Sum of RGB (Red+Green+Blue) = 82+59+17=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #523B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B11 is #ADC4EE. Grayscale: #3D3D3D. Windows color (decimal): -11388143 or 1129298. OLE color: 1129298.

HSL color Cylindrical-coordinate representation of color #523B11: hue angle of 38.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #523B11 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 59 17 -
CMYK 0 0.28 0.79 0.68
HSL 38.77º 0.66% 0.19% -
HSV(B) 38.77º 0.79% 0.32% -
XYZ 5.14 4.96 1.22 -
YUV 61.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 82 59 17 0 0.28 0.79 0.68 38.77 0.66 0.19
Hex 52 3B 11 0 1C 4F 44 27 42 13
Octal 122 73 21 0 34 117 104 47 102 23
Binary 1010010 111011 10001 0 11100 1001111 1000100 100111 1000010 10011

Color Harmonies of #523B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B11

Black with #523B11

Text Example


Text Example

White with #523B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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