#4B4617

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

Shades of Madras #4B4617

Tints of Madras #4B4617

Color information

#4B4617 (or 0x4B4617) is unknown color: approx Madras. HEX triplet: 4B, 46 and 17. RGB value is (75,70,23). Sum of RGB (Red+Green+Blue) = 75+70+23=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4617 is #B4B9E8. Grayscale: #424242. Windows color (decimal): -11844073 or 1525323. OLE color: 1525323.

HSL color Cylindrical-coordinate representation of color #4B4617: hue angle of 54.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B4617 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB757023-
CMYK00.070.690.71
HSL54.23º53.06%19.22%-
HSV(B)54.23º69.33%29.41%-
XYZ5.255.941.68-
YUV66.14103.66134.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=44.64%
G=41.67%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75702300.070.690.7154.2353.0619.22
Hex4B4617074547363513
Octal1131062707105107666523
Binary100101110001101011101111000101100011111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,23); }

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

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

 a { background-color: rgb(75,70,23); }

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

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

 span { border-color: rgb(75,70,23); }

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