#4B4505

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

Shades of Madras #4B4505

Tints of Madras #4B4505

Color information

#4B4505 (or 0x4B4505) is unknown color: approx Madras. HEX triplet: 4B, 45 and 05. RGB value is (75,69,5). Sum of RGB (Red+Green+Blue) = 75+69+5=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4505 is #B4BAFA. Grayscale: #3F3F3F. Windows color (decimal): -11844347 or 345419. OLE color: 345419.

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

Color convert

RGB75695-
CMYK00.080.930.71
HSL54.86º87.5%15.69%-
HSV(B)54.86º93.33%29.41%-
XYZ5.065.760.99-
YUV63.594.99136.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=50.34%
G=46.31%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7569500.080.930.7154.8687.515.69
Hex4B455085D47375810
Octal11310550101351076713020
Binary100101110001011010100010111011000111110111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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