#483C12

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

Shades of Madras #483C12

Tints of Madras #483C12

Color information

#483C12 (or 0x483C12) is unknown color: approx Madras. HEX triplet: 48, 3C and 12. RGB value is (72,60,18). Sum of RGB (Red+Green+Blue) = 72+60+18=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C12 is #B7C3ED. Grayscale: #3A3A3A. Windows color (decimal): -12043246 or 1195080. OLE color: 1195080.

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

Color convert

RGB726018-
CMYK00.170.750.72
HSL46.67º60%17.65%-
HSV(B)46.67º75%28.24%-
XYZ4.44.651.24-
YUV58.8104.98137.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 12%
R=48%
G=40%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72601800.170.750.7246.676017.65
Hex483C120114B482f3c12
Octal1107422021113110577422
Binary1001000111100100100100011001011100100010111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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