#48380F

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

Shades of Madras #48380F

Tints of Madras #48380F

Color information

#48380F (or 0x48380F) is unknown color: approx Madras. HEX triplet: 48, 38 and 0F. RGB value is (72,56,15). Sum of RGB (Red+Green+Blue) = 72+56+15=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48380F is #B7C7F0. Grayscale: #383838. Windows color (decimal): -12044273 or 997448. OLE color: 997448.

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

Color convert

RGB725615-
CMYK00.220.790.72
HSL43.16º65.52%17.06%-
HSV(B)43.16º79.17%28.24%-
XYZ4.174.241.05-
YUV56.11104.8139.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=50.35%
G=39.16%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72561500.220.790.7243.1665.5217.06
Hex4838F0164F482b4211
Octal11070170261171105310221
Binary1001000111000111101011010011111001000101011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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