#483B23

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

Shades of Madras #483B23

Tints of Madras #483B23

Color information

#483B23 (or 0x483B23) is unknown color: approx Madras. HEX triplet: 48, 3B and 23. RGB value is (72,59,35). Sum of RGB (Red+Green+Blue) = 72+59+35=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B23 is #B7C4DC. Grayscale: #3C3C3C. Windows color (decimal): -12043485 or 2308936. OLE color: 2308936.

HSL color Cylindrical-coordinate representation of color #483B23: hue angle of 38.92º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483B23 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB725935-
CMYK00.180.510.72
HSL38.92º34.58%20.98%-
HSV(B)38.92º51.39%28.24%-
XYZ4.544.632.24-
YUV60.15113.81136.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=43.37%
G=35.54%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72593500.180.510.7238.9234.5820.98
Hex483B230123348272315
Octal110734302263110474325
Binary1001000111011100011010010110011100100010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B23; }

 p { color: rgb(72,59,35); }

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

<style>
 a { background-color: #483B23; }

 a { background-color: rgb(72,59,35); }

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

<style>
 span { border-color: #483B23; }

 span { border-color: rgb(72,59,35); }

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