#483E12

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

Shades of Madras #483E12

Tints of Madras #483E12

Color information

#483E12 (or 0x483E12) is unknown color: approx Madras. HEX triplet: 48, 3E and 12. RGB value is (72,62,18). Sum of RGB (Red+Green+Blue) = 72+62+18=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E12 is #B7C1ED. Grayscale: #3C3C3C. Windows color (decimal): -12042734 or 1195592. OLE color: 1195592.

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

Color convert

RGB726218-
CMYK00.140.750.72
HSL48.89º60%17.65%-
HSV(B)48.89º75%28.24%-
XYZ4.54.871.27-
YUV59.97104.31136.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=47.37%
G=40.79%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72621800.140.750.7248.896017.65
Hex483E120E4B48313c12
Octal1107622016113110617422
Binary100100011111010010011101001011100100011000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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