#48431F

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

Shades of Madras #48431F

Tints of Madras #48431F

Color information

#48431F (or 0x48431F) is unknown color: approx Madras. HEX triplet: 48, 43 and 1F. RGB value is (72,67,31). Sum of RGB (Red+Green+Blue) = 72+67+31=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431F is #B7BCE0. Grayscale: #404040. Windows color (decimal): -12041441 or 2048840. OLE color: 2048840.

HSL color Cylindrical-coordinate representation of color #48431F: hue angle of 52.68º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48431F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB726731-
CMYK00.070.570.72
HSL52.68º39.81%20.2%-
HSV(B)52.68º56.94%28.24%-
XYZ4.935.492.1-
YUV64.39109.16133.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=42.35%
G=39.41%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72673100.070.570.7252.6839.8120.2
Hex48431F073948352814
Octal110103370771110655024
Binary10010001000011111110111111001100100011010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,67,31); }

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

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

 a { background-color: rgb(72,67,31); }

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

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

 span { border-color: rgb(72,67,31); }

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