#483915

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

Shades of Madras #483915

Tints of Madras #483915

Color information

#483915 (or 0x483915) is unknown color: approx Madras. HEX triplet: 48, 39 and 15. RGB value is (72,57,21). Sum of RGB (Red+Green+Blue) = 72+57+21=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483915 is #B7C6EA. Grayscale: #393939. Windows color (decimal): -12044011 or 1390920. OLE color: 1390920.

HSL color Cylindrical-coordinate representation of color #483915: hue angle of 42.35º 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 #483915 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB725721-
CMYK00.210.710.72
HSL42.35º54.84%18.24%-
HSV(B)42.35º70.83%28.24%-
XYZ4.274.361.33-
YUV57.38107.47138.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 21 (8.59% from 255) = 14%
R=48%
G=38%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72572100.210.710.7242.3554.8418.24
Hex48391501547482a3712
Octal1107125025107110526722
Binary1001000111001101010101011000111100100010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483915; }

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

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

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

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

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

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

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

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