#483E13

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

Shades of Madras #483E13

Tints of Madras #483E13

Color information

#483E13 (or 0x483E13) is unknown color: approx Madras. HEX triplet: 48, 3E and 13. RGB value is (72,62,19). Sum of RGB (Red+Green+Blue) = 72+62+19=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E13 is #B7C1EC. Grayscale: #3C3C3C. Windows color (decimal): -12042733 or 1261128. OLE color: 1261128.

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

Color convert

RGB726219-
CMYK00.140.740.72
HSL48.68º58.24%17.84%-
HSV(B)48.68º73.61%28.24%-
XYZ4.514.871.32-
YUV60.09104.81136.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 62 (24.61% from 255) = 40.52%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=47.06%
G=40.52%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72621900.140.740.7248.6858.2417.84
Hex483E130E4A48313a12
Octal1107623016112110617222
Binary100100011111010011011101001010100100011000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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