#4B481A

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

Shades of Madras #4B481A

Tints of Madras #4B481A

Color information

#4B481A (or 0x4B481A) is unknown color: approx Madras. HEX triplet: 4B, 48 and 1A. RGB value is (75,72,26). Sum of RGB (Red+Green+Blue) = 75+72+26=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B481A is #B4B7E5. Grayscale: #434343. Windows color (decimal): -11843558 or 1722443. OLE color: 1722443.

HSL color Cylindrical-coordinate representation of color #4B481A: hue angle of 56.33º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B481A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB757226-
CMYK00.040.650.71
HSL56.33º48.51%19.8%-
HSV(B)56.33º65.33%29.41%-
XYZ5.416.211.89-
YUV67.65104.49133.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=43.35%
G=41.62%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75722600.040.650.7156.3348.5119.8
Hex4B481A044147383114
Octal1131103204101107706124
Binary100101110010001101001001000001100011111100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B481A; }

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

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

<style>
 a { background-color: #4B481A; }

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

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

<style>
 span { border-color: #4B481A; }

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

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