#422B22

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

Shades of Morocco Brown #422B22

Tints of Morocco Brown #422B22

Color information

#422B22 (or 0x422B22) is unknown color: approx Morocco Brown. HEX triplet: 42, 2B and 22. RGB value is (66,43,34). Sum of RGB (Red+Green+Blue) = 66+43+34=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B22 is #BDD4DD. Grayscale: #303030. Windows color (decimal): -12440798 or 2239298. OLE color: 2239298.

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

Color convert

RGB664334-
CMYK00.350.480.74
HSL16.88º32%19.61%-
HSV(B)16.88º48.48%25.88%-
XYZ3.431.91-
YUV48.85119.62140.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=46.15%
G=30.07%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66433400.350.480.7416.883219.61
Hex422B22023304A112014
Octal102534204360112214024
Binary1000010101011100010010001111000010010101000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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