#48370F

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

Shades of Madras #48370F

Tints of Madras #48370F

Color information

#48370F (or 0x48370F) is unknown color: approx Madras. HEX triplet: 48, 37 and 0F. RGB value is (72,55,15). Sum of RGB (Red+Green+Blue) = 72+55+15=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48370F is #B7C8F0. Grayscale: #373737. Windows color (decimal): -12044529 or 997192. OLE color: 997192.

HSL color Cylindrical-coordinate representation of color #48370F: hue angle of 42.11º 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 #48370F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB725515-
CMYK00.240.790.72
HSL42.11º65.52%17.06%-
HSV(B)42.11º79.17%28.24%-
XYZ4.124.141.03-
YUV55.52105.13139.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=50.70%
G=38.73%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72551500.240.790.7242.1165.5217.06
Hex4837F0184F482a4211
Octal11067170301171105210221
Binary1001000110111111101100010011111001000101010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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