Html Css Color HEX #422A1F Morocco Brown

📋 copy color: '#422A1F'

red 66 ◦ green 42 ◦ blue 31

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

Shades of Morocco Brown #422A1F

Tints of Morocco Brown #422A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 47.48%
G = 30.22%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#422A1F (or 0x422A1F) is known color: Morocco Brown. HEX triplet: 42, 2A and 1F. RGB value is (66,42,31). Sum of RGB (Red+Green+Blue) = 66+42+31=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A1F is #BDD5E0. Grayscale: #2F2F2F. Windows color (decimal): -12441057 or 2042434. OLE color: 2042434.

HSL color Cylindrical-coordinate representation of color #422A1F: hue angle of 18.86º 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 #422A1F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 31 -
CMYK 0 0.36 0.53 0.74
HSL 18.86º 0.36% 0.19% -
HSV(B) 18.86º 0.53% 0.26% -
XYZ 3.32 2.91 1.68 -
YUV 47.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 66 42 31 0 0.36 0.53 0.74 18.86 0.36 0.19
Hex 42 2A 1F 0 24 35 4A 13 24 13
Octal 102 52 37 0 44 65 112 23 44 23
Binary 1000010 101010 11111 0 100100 110101 1001010 10011 100100 10011

Color Harmonies of #422A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A1F

Black with #422A1F

Text Example


Text Example

White with #422A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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