#483B14

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

Shades of Madras #483B14

Tints of Madras #483B14

Color information

#483B14 (or 0x483B14) is unknown color: approx Madras. HEX triplet: 48, 3B and 14. RGB value is (72,59,20). Sum of RGB (Red+Green+Blue) = 72+59+20=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B14 is #B7C4EB. Grayscale: #3A3A3A. Windows color (decimal): -12043500 or 1325896. OLE color: 1325896.

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

Color convert

RGB725920-
CMYK00.180.720.72
HSL45º56.52%18.04%-
HSV(B)45º72.22%28.24%-
XYZ4.364.561.31-
YUV58.44106.31137.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=47.68%
G=39.07%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72592000.180.720.724556.5218.04
Hex483B1401248482d3912
Octal1107324022110110557122
Binary1001000111011101000100101001000100100010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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