#4B4409

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

Shades of Madras #4B4409

Tints of Madras #4B4409

Color information

#4B4409 (or 0x4B4409) is unknown color: approx Madras. HEX triplet: 4B, 44 and 09. RGB value is (75,68,9). Sum of RGB (Red+Green+Blue) = 75+68+9=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4409 is #B4BBF6. Grayscale: #3F3F3F. Windows color (decimal): -11844599 or 607307. OLE color: 607307.

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

Color convert

RGB75689-
CMYK00.090.880.71
HSL53.64º78.57%16.47%-
HSV(B)53.64º88%29.41%-
XYZ5.025.651.08-
YUV63.3797.32136.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=49.34%
G=44.74%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7568900.090.880.7153.6478.5716.47
Hex4B449095847364f10
Octal113104110111301076611720
Binary1001011100010010010100110110001000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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