#422F26

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

Shades of Morocco Brown #422F26

Tints of Morocco Brown #422F26

Color information

#422F26 (or 0x422F26) is unknown color: approx Morocco Brown. HEX triplet: 42, 2F and 26. RGB value is (66,47,38). Sum of RGB (Red+Green+Blue) = 66+47+38=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F26 is #BDD0D9. Grayscale: #333333. Windows color (decimal): -12439770 or 2502466. OLE color: 2502466.

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

Color convert

RGB664738-
CMYK00.290.420.74
HSL19.29º26.92%20.39%-
HSV(B)19.29º42.42%25.88%-
XYZ3.613.332.29-
YUV51.65120.29138.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=43.71%
G=31.13%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66473800.290.420.7419.2926.9220.39
Hex422F2601D2A4A131b14
Octal102574603552112233324
Binary10000101011111001100111011010101001010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,38); }

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

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

 a { background-color: rgb(66,47,38); }

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

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

 span { border-color: rgb(66,47,38); }

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