#4B281D

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

Shades of Morocco Brown #4B281D

Tints of Morocco Brown #4B281D

Color information

#4B281D (or 0x4B281D) is unknown color: approx Morocco Brown. HEX triplet: 4B, 28 and 1D. RGB value is (75,40,29). Sum of RGB (Red+Green+Blue) = 75+40+29=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B281D is #B4D7E2. Grayscale: #313131. Windows color (decimal): -11851747 or 1910859. OLE color: 1910859.

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

Color convert

RGB754029-
CMYK00.470.610.71
HSL14.35º44.23%20.39%-
HSV(B)14.35º61.33%29.41%-
XYZ3.883.11.56-
YUV49.21116.6146.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=52.08%
G=27.78%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75402900.470.610.7114.3544.2320.39
Hex4B281D02F3D47e2c14
Octal113503505775107165424
Binary10010111010001110101011111111011000111111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,29); }

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

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

 a { background-color: rgb(75,40,29); }

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

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

 span { border-color: rgb(75,40,29); }

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