#483914

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

Shades of Madras #483914

Tints of Madras #483914

Color information

#483914 (or 0x483914) is unknown color: approx Madras. HEX triplet: 48, 39 and 14. RGB value is (72,57,20). Sum of RGB (Red+Green+Blue) = 72+57+20=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483914 is #B7C6EB. Grayscale: #393939. Windows color (decimal): -12044012 or 1325384. OLE color: 1325384.

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

Color convert

RGB725720-
CMYK00.210.720.72
HSL42.69º56.52%18.04%-
HSV(B)42.69º72.22%28.24%-
XYZ4.264.351.28-
YUV57.27106.97138.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=48.32%
G=38.26%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72572000.210.720.7242.6956.5218.04
Hex48391401548482b3912
Octal1107124025110110537122
Binary1001000111001101000101011001000100100010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483914; }

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

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

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

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

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

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

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

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