#4B261A

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

Shades of Morocco Brown #4B261A

Tints of Morocco Brown #4B261A

Color information

#4B261A (or 0x4B261A) is unknown color: approx Morocco Brown. HEX triplet: 4B, 26 and 1A. RGB value is (75,38,26). Sum of RGB (Red+Green+Blue) = 75+38+26=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261A is #B4D9E5. Grayscale: #2F2F2F. Windows color (decimal): -11852262 or 1713739. OLE color: 1713739.

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

Color convert

RGB753826-
CMYK00.490.650.71
HSL14.69º48.51%19.8%-
HSV(B)14.69º65.33%29.41%-
XYZ3.782.961.35-
YUV47.69115.76147.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=53.96%
G=27.34%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75382600.490.650.7114.6948.5119.8
Hex4B261A0314147f3114
Octal1134632061101107176124
Binary100101110011011010011000110000011000111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,26); }

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

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

 a { background-color: rgb(75,38,26); }

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

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

 span { border-color: rgb(75,38,26); }

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