#4B2619

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

Shades of Morocco Brown #4B2619

Tints of Morocco Brown #4B2619

Color information

#4B2619 (or 0x4B2619) is unknown color: approx Morocco Brown. HEX triplet: 4B, 26 and 19. RGB value is (75,38,25). Sum of RGB (Red+Green+Blue) = 75+38+25=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2619 is #B4D9E6. Grayscale: #2F2F2F. Windows color (decimal): -11852263 or 1648203. OLE color: 1648203.

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

Color convert

RGB753825-
CMYK00.490.670.71
HSL15.6º50%19.61%-
HSV(B)15.6º66.67%29.41%-
XYZ3.772.951.29-
YUV47.58115.26147.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=54.35%
G=27.54%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75382500.490.670.7115.65019.61
Hex4B26190314347103214
Octal1134631061103107206224
Binary1001011100110110010110001100001110001111000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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