#483807

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

Shades of Madras #483807

Tints of Madras #483807

Color information

#483807 (or 0x483807) is unknown color: approx Madras. HEX triplet: 48, 38 and 07. RGB value is (72,56,7). Sum of RGB (Red+Green+Blue) = 72+56+7=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483807 is #B7C7F8. Grayscale: #373737. Windows color (decimal): -12044281 or 473160. OLE color: 473160.

HSL color Cylindrical-coordinate representation of color #483807: hue angle of 45.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483807 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72567-
CMYK00.220.900.72
HSL45.23º82.28%15.49%-
HSV(B)45.23º90.28%28.24%-
XYZ4.134.220.8-
YUV55.2100.8139.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=53.33%
G=41.48%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256700.220.900.7245.2382.2815.49
Hex483870165A482d52f
Octal1107070261321105512217
Binary10010001110001110101101011010100100010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483807; }

 p { color: rgb(72,56,7); }

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

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

 a { background-color: rgb(72,56,7); }

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

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

 span { border-color: rgb(72,56,7); }

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