Html Css Color HEX #422E27 Morocco Brown

📋 copy color: '#422E27'

red 66 ◦ green 46 ◦ blue 39

#422E27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #422E27

Tints of Morocco Brown #422E27

RGB

 RED value IS 66 (26.17% from 255) = 43.71%

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 39 (15.63% from 255) = 25.83%

R = 43.71%
G = 30.46%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#422E27 (or 0x422E27) is known color: Morocco Brown. HEX triplet: 42, 2E and 27. RGB value is (66,46,39). Sum of RGB (Red+Green+Blue) = 66+46+39=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E27 is #BDD1D8. Grayscale: #333333. Windows color (decimal): -12440025 or 2567746. OLE color: 2567746.

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

Color convert

RGB 66 46 39 -
CMYK 0 0.30 0.41 0.74
HSL 15.56º 0.26% 0.21% -
HSV(B) 15.56º 0.41% 0.26% -
XYZ 3.59 3.26 2.36 -
YUV 51.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 66 46 39 0 0.30 0.41 0.74 15.56 0.26 0.21
Hex 42 2E 27 0 1E 29 4A 10 1A 15
Octal 102 56 47 0 36 51 112 20 32 25
Binary 1000010 101110 100111 0 11110 101001 1001010 10000 11010 10101

Color Harmonies of #422E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E27

Black with #422E27

Text Example


Text Example

White with #422E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #422E27;
 }
 .AnyTagClassName
 {
   color: #422E27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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