#48410A

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

Shades of Madras #48410A

Tints of Madras #48410A

Color information

#48410A (or 0x48410A) is unknown color: approx Madras. HEX triplet: 48, 41 and 0A. RGB value is (72,65,10). Sum of RGB (Red+Green+Blue) = 72+65+10=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48410A is #B7BEF5. Grayscale: #3D3D3D. Windows color (decimal): -12041974 or 672072. OLE color: 672072.

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

Color convert

RGB726510-
CMYK00.100.860.72
HSL53.23º75.61%16.08%-
HSV(B)53.23º86.11%28.24%-
XYZ4.625.181.04-
YUV60.8299.32135.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=48.98%
G=44.22%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72651000.100.860.7253.2375.6116.08
Hex4841A0A5648354c10
Octal110101120121261106511420
Binary1001000100000110100101010101101001000110101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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