#48410F

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

Shades of Madras #48410F

Tints of Madras #48410F

Color information

#48410F (or 0x48410F) is unknown color: approx Madras. HEX triplet: 48, 41 and 0F. RGB value is (72,65,15). Sum of RGB (Red+Green+Blue) = 72+65+15=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48410F is #B7BEF0. Grayscale: #3D3D3D. Windows color (decimal): -12041969 or 999752. OLE color: 999752.

HSL color Cylindrical-coordinate representation of color #48410F: hue angle of 52.63º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48410F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB726515-
CMYK00.100.790.72
HSL52.63º65.52%17.06%-
HSV(B)52.63º79.17%28.24%-
XYZ4.655.191.21-
YUV61.39101.82135.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=47.37%
G=42.76%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72651500.100.790.7252.6365.5217.06
Hex4841F0A4F48354211
Octal110101170121171106510221
Binary1001000100000111110101010011111001000110101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48410F; }

 p { color: rgb(72,65,15); }

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

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

 a { background-color: rgb(72,65,15); }

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

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

 span { border-color: rgb(72,65,15); }

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