#523F1D

Color #523F1D Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #523F1D

Tints of Madras #523F1D

Color information

#523F1D (or 0x523F1D) is unknown color: approx Madras. HEX triplet: 52, 3F and 1D. RGB value is (82,63,29). Sum of RGB (Red+Green+Blue) = 82+63+29=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #523F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F1D is #ADC0E2. Grayscale: #404040. Windows color (decimal): -11387107 or 1916754. OLE color: 1916754.

HSL color Cylindrical-coordinate representation of color #523F1D: hue angle of 38.49º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523F1D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB826329-
CMYK00.230.650.68
HSL38.49º47.75%21.76%-
HSV(B)38.49º64.63%32.16%-
XYZ5.485.441.92-
YUV64.8107.79140.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=47.13%
G=36.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82632900.230.650.6838.4947.7521.76
Hex523F1D0174144263016
Octal1227735027101104466026
Binary1010010111111111010101111000001100010010011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,29); }

 H1.HeaderClassName
 {
   color: #523F1D;
 }
 .AnyTagClassName
 {
   color: #523F1D;
 }
</style>
background-color css

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

 a { background-color: rgb(82,63,29); }

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

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

 span { border-color: rgb(82,63,29); }

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