#483908

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

Shades of Madras #483908

Tints of Madras #483908

Color information

#483908 (or 0x483908) is unknown color: approx Madras. HEX triplet: 48, 39 and 08. RGB value is (72,57,8). Sum of RGB (Red+Green+Blue) = 72+57+8=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #483908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483908 is #B7C6F7. Grayscale: #383838. Windows color (decimal): -12044024 or 538952. OLE color: 538952.

HSL color Cylindrical-coordinate representation of color #483908: hue angle of 45.94º 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 #483908 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72578-
CMYK00.210.890.72
HSL45.94º80%15.69%-
HSV(B)45.94º88.89%28.24%-
XYZ4.184.320.84-
YUV55.9100.97139.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=52.55%
G=41.61%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7257800.210.890.7245.948015.69
Hex4839801559482e5010
Octal11071100251311105612020
Binary1001000111001100001010110110011001000101110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483908; }

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

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

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

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

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

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

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

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