#422B1F

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

Shades of Morocco Brown #422B1F

Tints of Morocco Brown #422B1F

Color information

#422B1F (or 0x422B1F) is unknown color: approx Morocco Brown. HEX triplet: 42, 2B and 1F. RGB value is (66,43,31). Sum of RGB (Red+Green+Blue) = 66+43+31=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B1F is #BDD4E0. Grayscale: #303030. Windows color (decimal): -12440801 or 2042690. OLE color: 2042690.

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

Color convert

RGB664331-
CMYK00.350.530.74
HSL20.57º36.08%19.02%-
HSV(B)20.57º53.03%25.88%-
XYZ3.362.981.7-
YUV48.51118.12140.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=47.14%
G=30.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66433100.350.530.7420.5736.0819.02
Hex422B1F023354A152413
Octal102533704365112254423
Binary100001010101111111010001111010110010101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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