#483907

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

Shades of Madras #483907

Tints of Madras #483907

Color information

#483907 (or 0x483907) is unknown color: approx Madras. HEX triplet: 48, 39 and 07. RGB value is (72,57,7). Sum of RGB (Red+Green+Blue) = 72+57+7=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483907 is #B7C6F8. Grayscale: #373737. Windows color (decimal): -12044025 or 473416. OLE color: 473416.

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

Color convert

RGB72577-
CMYK00.210.900.72
HSL46.15º82.28%15.49%-
HSV(B)46.15º90.28%28.24%-
XYZ4.174.320.81-
YUV55.78100.47139.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 7 (3.12% from 255) = 5.15%
R=52.94%
G=41.91%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7257700.210.900.7246.1582.2815.49
Hex483970155A482e52f
Octal1107170251321105612217
Binary10010001110011110101011011010100100010111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483907; }

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

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

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

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

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

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

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

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