#483F08

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

Shades of Madras #483F08

Tints of Madras #483F08

Color information

#483F08 (or 0x483F08) is unknown color: approx Madras. HEX triplet: 48, 3F and 08. RGB value is (72,63,8). Sum of RGB (Red+Green+Blue) = 72+63+8=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F08 is #B7C0F7. Grayscale: #3B3B3B. Windows color (decimal): -12042488 or 540488. OLE color: 540488.

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

Color convert

RGB72638-
CMYK00.120.890.72
HSL51.56º80%15.69%-
HSV(B)51.56º88.89%28.24%-
XYZ4.494.950.95-
YUV59.4298.98136.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=50.35%
G=44.06%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263800.120.890.7251.568015.69
Hex483F80C5948345010
Octal11077100141311106412020
Binary100100011111110000110010110011001000110100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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