#483D23

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

Shades of Madras #483D23

Tints of Madras #483D23

Color information

#483D23 (or 0x483D23) is unknown color: approx Madras. HEX triplet: 48, 3D and 23. RGB value is (72,61,35). Sum of RGB (Red+Green+Blue) = 72+61+35=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D23 is #B7C2DC. Grayscale: #3D3D3D. Windows color (decimal): -12042973 or 2309448. OLE color: 2309448.

HSL color Cylindrical-coordinate representation of color #483D23: hue angle of 42.16º 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 #483D23 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB726135-
CMYK00.150.510.72
HSL42.16º34.58%20.98%-
HSV(B)42.16º51.39%28.24%-
XYZ4.644.842.28-
YUV61.32113.14135.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=42.86%
G=36.31%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72613500.150.510.7242.1634.5820.98
Hex483D230F33482a2315
Octal110754301763110524325
Binary100100011110110001101111110011100100010101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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