#483F09

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

Shades of Madras #483F09

Tints of Madras #483F09

Color information

#483F09 (or 0x483F09) is unknown color: approx Madras. HEX triplet: 48, 3F and 09. RGB value is (72,63,9). Sum of RGB (Red+Green+Blue) = 72+63+9=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F09 is #B7C0F6. Grayscale: #3B3B3B. Windows color (decimal): -12042487 or 606024. OLE color: 606024.

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

Color convert

RGB72639-
CMYK00.120.880.72
HSL51.43º77.78%15.88%-
HSV(B)51.43º87.5%28.24%-
XYZ4.54.950.98-
YUV59.5499.48136.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=50%
G=43.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263900.120.880.7251.4377.7815.88
Hex483F90C5848334e10
Octal11077110141301106311620
Binary100100011111110010110010110001001000110011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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