#48431A

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

Shades of Madras #48431A

Tints of Madras #48431A

Color information

#48431A (or 0x48431A) is unknown color: approx Madras. HEX triplet: 48, 43 and 1A. RGB value is (72,67,26). Sum of RGB (Red+Green+Blue) = 72+67+26=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431A is #B7BCE5. Grayscale: #3F3F3F. Windows color (decimal): -12041446 or 1721160. OLE color: 1721160.

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

Color convert

RGB726726-
CMYK00.070.640.72
HSL53.48º46.94%19.22%-
HSV(B)53.48º63.89%28.24%-
XYZ4.875.471.78-
YUV63.82106.66133.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=43.64%
G=40.61%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72672600.070.640.7253.4846.9419.22
Hex48431A074048352f13
Octal1101033207100110655723
Binary100100010000111101001111000000100100011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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