#4B4319

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

Shades of Madras #4B4319

Tints of Madras #4B4319

Color information

#4B4319 (or 0x4B4319) is unknown color: approx Madras. HEX triplet: 4B, 43 and 19. RGB value is (75,67,25). Sum of RGB (Red+Green+Blue) = 75+67+25=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4319 is #B4BCE6. Grayscale: #404040. Windows color (decimal): -11844839 or 1655627. OLE color: 1655627.

HSL color Cylindrical-coordinate representation of color #4B4319: hue angle of 50.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B4319 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB756725-
CMYK00.110.670.71
HSL50.4º50%19.61%-
HSV(B)50.4º66.67%29.41%-
XYZ5.085.581.73-
YUV64.6105.65135.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=44.91%
G=40.12%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75672500.110.670.7150.45019.61
Hex4B43190B4347323214
Octal11310331013103107626224
Binary1001011100001111001010111000011100011111001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,25); }

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

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

 a { background-color: rgb(75,67,25); }

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

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

 span { border-color: rgb(75,67,25); }

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