#48451D

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

Shades of Madras #48451D

Tints of Madras #48451D

Color information

#48451D (or 0x48451D) is unknown color: approx Madras. HEX triplet: 48, 45 and 1D. RGB value is (72,69,29). Sum of RGB (Red+Green+Blue) = 72+69+29=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451D is #B7BAE2. Grayscale: #414141. Windows color (decimal): -12040931 or 1918280. OLE color: 1918280.

HSL color Cylindrical-coordinate representation of color #48451D: hue angle of 55.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48451D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB726929-
CMYK00.040.600.72
HSL55.81º42.57%19.8%-
HSV(B)55.81º59.72%28.24%-
XYZ5.025.722-
YUV65.34107.49132.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=42.35%
G=40.59%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72692900.040.600.7255.8142.5719.8
Hex48451D043C48382b14
Octal110105350474110705324
Binary10010001000101111010100111100100100011100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48451D; }

 p { color: rgb(72,69,29); }

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

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

 a { background-color: rgb(72,69,29); }

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

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

 span { border-color: rgb(72,69,29); }

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