#483E14

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

Shades of Madras #483E14

Tints of Madras #483E14

Color information

#483E14 (or 0x483E14) is unknown color: approx Madras. HEX triplet: 48, 3E and 14. RGB value is (72,62,20). Sum of RGB (Red+Green+Blue) = 72+62+20=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E14 is #B7C1EB. Grayscale: #3C3C3C. Windows color (decimal): -12042732 or 1326664. OLE color: 1326664.

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

Color convert

RGB726220-
CMYK00.140.720.72
HSL48.46º56.52%18.04%-
HSV(B)48.46º72.22%28.24%-
XYZ4.524.871.36-
YUV60.2105.31136.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=46.75%
G=40.26%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72622000.140.720.7248.4656.5218.04
Hex483E140E4848303912
Octal1107624016110110607122
Binary100100011111010100011101001000100100011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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