#483F12

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

Shades of Madras #483F12

Tints of Madras #483F12

Color information

#483F12 (or 0x483F12) is unknown color: approx Madras. HEX triplet: 48, 3F and 12. RGB value is (72,63,18). Sum of RGB (Red+Green+Blue) = 72+63+18=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F12 is #B7C0ED. Grayscale: #3C3C3C. Windows color (decimal): -12042478 or 1195848. OLE color: 1195848.

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

Color convert

RGB726318-
CMYK00.120.750.72
HSL50º60%17.65%-
HSV(B)50º75%28.24%-
XYZ4.564.981.29-
YUV60.56103.98136.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72631800.120.750.72506017.65
Hex483F120C4B48323c12
Octal1107722014113110627422
Binary100100011111110010011001001011100100011001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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