#483B12

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

Shades of Madras #483B12

Tints of Madras #483B12

Color information

#483B12 (or 0x483B12) is unknown color: approx Madras. HEX triplet: 48, 3B and 12. RGB value is (72,59,18). Sum of RGB (Red+Green+Blue) = 72+59+18=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B12 is #B7C4ED. Grayscale: #3A3A3A. Windows color (decimal): -12043502 or 1194824. OLE color: 1194824.

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

Color convert

RGB725918-
CMYK00.180.750.72
HSL45.56º60%17.65%-
HSV(B)45.56º75%28.24%-
XYZ4.354.551.22-
YUV58.21105.31137.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=48.32%
G=39.60%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72591800.180.750.7245.566017.65
Hex483B120124B482e3c12
Octal1107322022113110567422
Binary1001000111011100100100101001011100100010111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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