Html Css Color HEX #442A1B Morocco Brown

📋 copy color: '#442A1B'

red 68 ◦ green 42 ◦ blue 27

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

Shades of Morocco Brown #442A1B

Tints of Morocco Brown #442A1B

RGB

 RED value IS 68 (26.95% from 255) = 49.64%

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

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 49.64%
G = 30.66%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#442A1B (or 0x442A1B) is known color: Morocco Brown. HEX triplet: 44, 2A and 1B. RGB value is (68,42,27). Sum of RGB (Red+Green+Blue) = 68+42+27=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A1B is #BBD5E4. Grayscale: #303030. Windows color (decimal): -12309989 or 1780292. OLE color: 1780292.

HSL color Cylindrical-coordinate representation of color #442A1B: hue angle of 21.95º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442A1B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 42 27 -
CMYK 0 0.38 0.60 0.73
HSL 21.95º 0.43% 0.19% -
HSV(B) 21.95º 0.6% 0.27% -
XYZ 3.41 2.96 1.43 -
YUV 48.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 68 42 27 0 0.38 0.60 0.73 21.95 0.43 0.19
Hex 44 2A 1B 0 26 3C 49 16 2B 13
Octal 104 52 33 0 46 74 111 26 53 23
Binary 1000100 101010 11011 0 100110 111100 1001001 10110 101011 10011

Color Harmonies of #442A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A1B

Black with #442A1B

Text Example


Text Example

White with #442A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A1B; }

 p { color: rgb(68,42,27); }

 H1.HeaderClassName
 {
   color: #442A1B;
 }
 .AnyTagClassName
 {
   color: #442A1B;
 }
</style>

background-color css

<style>
 a { background-color: #442A1B; }

 a { background-color: rgb(68,42,27); }

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

border-color css

<style>
 span { border-color: #442A1B; }

 span { border-color: rgb(68,42,27); }

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