#483B15

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

Shades of Madras #483B15

Tints of Madras #483B15

Color information

#483B15 (or 0x483B15) is unknown color: approx Madras. HEX triplet: 48, 3B and 15. RGB value is (72,59,21). Sum of RGB (Red+Green+Blue) = 72+59+21=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B15 is #B7C4EA. Grayscale: #3A3A3A. Windows color (decimal): -12043499 or 1391432. OLE color: 1391432.

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

Color convert

RGB725921-
CMYK00.180.710.72
HSL44.71º54.84%18.24%-
HSV(B)44.71º70.83%28.24%-
XYZ4.374.561.36-
YUV58.55106.81137.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=47.37%
G=38.82%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72592100.180.710.7244.7154.8418.24
Hex483B1501247482d3712
Octal1107325022107110556722
Binary1001000111011101010100101000111100100010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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