Html Css Color HEX #422C1F Morocco Brown

📋 copy color: '#422C1F'

red 66 ◦ green 44 ◦ blue 31

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

Shades of Morocco Brown #422C1F

Tints of Morocco Brown #422C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.21%

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

R = 46.81%
G = 31.21%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#422C1F (or 0x422C1F) is known color: Morocco Brown. HEX triplet: 42, 2C and 1F. RGB value is (66,44,31). Sum of RGB (Red+Green+Blue) = 66+44+31=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #422C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C1F is #BDD3E0. Grayscale: #313131. Windows color (decimal): -12440545 or 2042946. OLE color: 2042946.

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

Color convert

RGB 66 44 31 -
CMYK 0 0.33 0.53 0.74
HSL 22.29º 0.36% 0.19% -
HSV(B) 22.29º 0.53% 0.26% -
XYZ 3.39 3.06 1.71 -
YUV 49.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 66 44 31 0 0.33 0.53 0.74 22.29 0.36 0.19
Hex 42 2C 1F 0 21 35 4A 16 24 13
Octal 102 54 37 0 41 65 112 26 44 23
Binary 1000010 101100 11111 0 100001 110101 1001010 10110 100100 10011

Color Harmonies of #422C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C1F

Black with #422C1F

Text Example


Text Example

White with #422C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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