#4B4514

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

Shades of Madras #4B4514

Tints of Madras #4B4514

Color information

#4B4514 (or 0x4B4514) is unknown color: approx Madras. HEX triplet: 4B, 45 and 14. RGB value is (75,69,20). Sum of RGB (Red+Green+Blue) = 75+69+20=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4514 is #B4BAEB. Grayscale: #414141. Windows color (decimal): -11844332 or 1328459. OLE color: 1328459.

HSL color Cylindrical-coordinate representation of color #4B4514: hue angle of 53.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B4514 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB756920-
CMYK00.080.730.71
HSL53.45º57.89%18.63%-
HSV(B)53.45º73.33%29.41%-
XYZ5.165.81.51-
YUV65.21102.49134.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=45.73%
G=42.07%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75692000.080.730.7153.4557.8918.63
Hex4B4514084947353a13
Octal11310524010111107657223
Binary1001011100010110100010001001001100011111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,20); }

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

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

 a { background-color: rgb(75,69,20); }

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

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

 span { border-color: rgb(75,69,20); }

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