#483D09

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

Shades of Madras #483D09

Tints of Madras #483D09

Color information

#483D09 (or 0x483D09) is unknown color: approx Madras. HEX triplet: 48, 3D and 09. RGB value is (72,61,9). Sum of RGB (Red+Green+Blue) = 72+61+9=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D09 is #B7C2F6. Grayscale: #3A3A3A. Windows color (decimal): -12042999 or 605512. OLE color: 605512.

HSL color Cylindrical-coordinate representation of color #483D09: hue angle of 49.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483D09 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB72619-
CMYK00.150.880.72
HSL49.52º77.78%15.88%-
HSV(B)49.52º87.5%28.24%-
XYZ4.394.730.94-
YUV58.36100.14137.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=50.70%
G=42.96%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261900.150.880.7249.5277.7815.88
Hex483D90F5848324e10
Octal11075110171301106211620
Binary100100011110110010111110110001001000110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,9); }

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

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

 a { background-color: rgb(72,61,9); }

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

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

 span { border-color: rgb(72,61,9); }

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