#4B3A18

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

Shades of Madras #4B3A18

Tints of Madras #4B3A18

Color information

#4B3A18 (or 0x4B3A18) is unknown color: approx Madras. HEX triplet: 4B, 3A and 18. RGB value is (75,58,24). Sum of RGB (Red+Green+Blue) = 75+58+24=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3A18 is #B4C5E7. Grayscale: #3B3B3B. Windows color (decimal): -11847144 or 1587787. OLE color: 1587787.

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

Color convert

RGB755824-
CMYK00.230.680.71
HSL40º51.52%19.41%-
HSV(B)40º68%29.41%-
XYZ4.584.591.51-
YUV59.21108.13139.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=47.77%
G=36.94%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75582400.230.680.714051.5219.41
Hex4B3A180174447283413
Octal1137230027104107506423
Binary1001011111010110000101111000100100011110100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,24); }

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

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

 a { background-color: rgb(75,58,24); }

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

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

 span { border-color: rgb(75,58,24); }

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