#4B4405

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

Shades of Madras #4B4405

Tints of Madras #4B4405

Color information

#4B4405 (or 0x4B4405) is unknown color: approx Madras. HEX triplet: 4B, 44 and 05. RGB value is (75,68,5). Sum of RGB (Red+Green+Blue) = 75+68+5=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4405 is #B4BBFA. Grayscale: #3F3F3F. Windows color (decimal): -11844603 or 345163. OLE color: 345163.

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

Color convert

RGB75685-
CMYK00.090.930.71
HSL54º87.5%15.69%-
HSV(B)54º93.33%29.41%-
XYZ55.640.97-
YUV62.9195.32136.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.68%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=50.68%
G=45.95%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7568500.090.930.715487.515.69
Hex4B445095D47365810
Octal11310450111351076613020
Binary100101110001001010100110111011000111110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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