#422E27

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

Shades of Morocco Brown #422E27

Tints of Morocco Brown #422E27

Color information

#422E27 (or 0x422E27) is unknown color: approx Morocco Brown. HEX triplet: 42, 2E and 27. RGB value is (66,46,39). Sum of RGB (Red+Green+Blue) = 66+46+39=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E27 is #BDD1D8. Grayscale: #333333. Windows color (decimal): -12440025 or 2567746. OLE color: 2567746.

HSL color Cylindrical-coordinate representation of color #422E27: hue angle of 15.56º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #422E27 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB664639-
CMYK00.300.410.74
HSL15.56º25.71%20.59%-
HSV(B)15.56º40.91%25.88%-
XYZ3.593.262.36-
YUV51.18121.13138.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=43.71%
G=30.46%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66463900.300.410.7415.5625.7120.59
Hex422E2701E294A101a15
Octal102564703651112203225
Binary10000101011101001110111101010011001010100001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E27; }

 p { color: rgb(66,46,39); }

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

<style>
 a { background-color: #422E27; }

 a { background-color: rgb(66,46,39); }

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

<style>
 span { border-color: #422E27; }

 span { border-color: rgb(66,46,39); }

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