#4B4406

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

Shades of Madras #4B4406

Tints of Madras #4B4406

Color information

#4B4406 (or 0x4B4406) is unknown color: approx Madras. HEX triplet: 4B, 44 and 06. RGB value is (75,68,6). Sum of RGB (Red+Green+Blue) = 75+68+6=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4406 is #B4BBF9. Grayscale: #3F3F3F. Windows color (decimal): -11844602 or 410699. OLE color: 410699.

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

Color convert

RGB75686-
CMYK00.090.920.71
HSL53.91º85.19%15.88%-
HSV(B)53.91º92%29.41%-
XYZ55.641-
YUV63.0295.82136.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=50.34%
G=45.64%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7568600.090.920.7153.9185.1915.88
Hex4B446095C47365510
Octal11310460111341076612520
Binary100101110001001100100110111001000111110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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