#4B281E

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

Shades of Morocco Brown #4B281E

Tints of Morocco Brown #4B281E

Color information

#4B281E (or 0x4B281E) is unknown color: approx Morocco Brown. HEX triplet: 4B, 28 and 1E. RGB value is (75,40,30). Sum of RGB (Red+Green+Blue) = 75+40+30=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B281E is #B4D7E1. Grayscale: #313131. Windows color (decimal): -11851746 or 1976395. OLE color: 1976395.

HSL color Cylindrical-coordinate representation of color #4B281E: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B281E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB754030-
CMYK00.470.600.71
HSL13.33º42.86%20.59%-
HSV(B)13.33º60%29.41%-
XYZ3.893.111.62-
YUV49.32117.1146.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=51.72%
G=27.59%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75403000.470.600.7113.3342.8620.59
Hex4B281E02F3C47d2b15
Octal113503605774107155325
Binary10010111010001111001011111111001000111110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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