#422B1E

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

Shades of Morocco Brown #422B1E

Tints of Morocco Brown #422B1E

Color information

#422B1E (or 0x422B1E) is unknown color: approx Morocco Brown. HEX triplet: 42, 2B and 1E. RGB value is (66,43,30). Sum of RGB (Red+Green+Blue) = 66+43+30=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B1E is #BDD4E1. Grayscale: #303030. Windows color (decimal): -12440802 or 1977154. OLE color: 1977154.

HSL color Cylindrical-coordinate representation of color #422B1E: hue angle of 21.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422B1E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB664330-
CMYK00.350.550.74
HSL21.67º37.5%18.82%-
HSV(B)21.67º54.55%25.88%-
XYZ3.342.981.63-
YUV48.4117.62140.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=47.48%
G=30.94%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66433000.350.550.7421.6737.518.82
Hex422B1E023374A162613
Octal102533604367112264623
Binary100001010101111110010001111011110010101011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,43,30); }

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

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

 a { background-color: rgb(66,43,30); }

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

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

 span { border-color: rgb(66,43,30); }

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