#422E23

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

Shades of Morocco Brown #422E23

Tints of Morocco Brown #422E23

Color information

#422E23 (or 0x422E23) is unknown color: approx Morocco Brown. HEX triplet: 42, 2E and 23. RGB value is (66,46,35). Sum of RGB (Red+Green+Blue) = 66+46+35=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E23 is #BDD1DC. Grayscale: #323232. Windows color (decimal): -12440029 or 2305602. OLE color: 2305602.

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

Color convert

RGB664635-
CMYK00.300.470.74
HSL21.29º30.69%19.8%-
HSV(B)21.29º46.97%25.88%-
XYZ3.533.232.03-
YUV50.73119.13138.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=44.90%
G=31.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66463500.300.470.7421.2930.6919.8
Hex422E2301E2F4A151f14
Octal102564303657112253724
Binary10000101011101000110111101011111001010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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