#4B4403

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

Shades of Madras #4B4403

Tints of Madras #4B4403

Color information

#4B4403 (or 0x4B4403) is unknown color: approx Madras. HEX triplet: 4B, 44 and 03. RGB value is (75,68,3). Sum of RGB (Red+Green+Blue) = 75+68+3=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4403 is #B4BBFC. Grayscale: #3E3E3E. Windows color (decimal): -11844605 or 214091. OLE color: 214091.

HSL color Cylindrical-coordinate representation of color #4B4403: hue angle of 54.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B4403 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB75683-
CMYK00.090.960.71
HSL54.17º92.31%15.29%-
HSV(B)54.17º96%29.41%-
XYZ4.995.640.91-
YUV62.6894.32136.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=51.37%
G=46.58%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7568300.090.960.7154.1792.3115.29
Hex4B443096047365cf
Octal11310430111401076613417
Binary1001011100010011010011100000100011111011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,3); }

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

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

 a { background-color: rgb(75,68,3); }

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

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

 span { border-color: rgb(75,68,3); }

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