Html Css Color HEX #422B1F Morocco Brown

📋 copy color: '#422B1F'

red 66 ◦ green 43 ◦ blue 31

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

Shades of Morocco Brown #422B1F

Tints of Morocco Brown #422B1F

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 value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#422B1F (or 0x422B1F) is known color: 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

RGB 66 43 31 -
CMYK 0 0.35 0.53 0.74
HSL 20.57º 0.36% 0.19% -
HSV(B) 20.57º 0.53% 0.26% -
XYZ 3.36 2.98 1.7 -
YUV 48.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 66 43 31 0 0.35 0.53 0.74 20.57 0.36 0.19
Hex 42 2B 1F 0 23 35 4A 15 24 13
Octal 102 53 37 0 43 65 112 25 44 23
Binary 1000010 101011 11111 0 100011 110101 1001010 10101 100100 10011

Color Harmonies of #422B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B1F

Black with #422B1F

Text Example


Text Example

White with #422B1F

Text Example


Text Example

HTML Codes & Css Web 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>