#4B4006

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

Shades of Madras #4B4006

Tints of Madras #4B4006

Color information

#4B4006 (or 0x4B4006) is unknown color: approx Madras. HEX triplet: 4B, 40 and 06. RGB value is (75,64,6). Sum of RGB (Red+Green+Blue) = 75+64+6=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4006 is #B4BFF9. Grayscale: #3C3C3C. Windows color (decimal): -11845626 or 409675. OLE color: 409675.

HSL color Cylindrical-coordinate representation of color #4B4006: hue angle of 50.43º 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 #4B4006 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB75646-
CMYK00.150.920.71
HSL50.43º85.19%15.88%-
HSV(B)50.43º92%29.41%-
XYZ4.775.180.92-
YUV60.6897.14138.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=51.72%
G=44.14%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7564600.150.920.7150.4385.1915.88
Hex4B4060F5C47325510
Octal11310060171341076212520
Binary100101110000001100111110111001000111110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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