Html Css Color HEX #442B1D Morocco Brown

📋 copy color: '#442B1D'

red 68 ◦ green 43 ◦ blue 29

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

Shades of Morocco Brown #442B1D

Tints of Morocco Brown #442B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.71%

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 48.57%
G = 30.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#442B1D (or 0x442B1D) is known color: Morocco Brown. HEX triplet: 44, 2B and 1D. RGB value is (68,43,29). Sum of RGB (Red+Green+Blue) = 68+43+29=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1D is #BBD4E2. Grayscale: #303030. Windows color (decimal): -12309731 or 1911620. OLE color: 1911620.

HSL color Cylindrical-coordinate representation of color #442B1D: hue angle of 21.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442B1D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 43 29 -
CMYK 0 0.37 0.57 0.73
HSL 21.54º 0.4% 0.19% -
HSV(B) 21.54º 0.57% 0.27% -
XYZ 3.47 3.05 1.57 -
YUV 48.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 68 43 29 0 0.37 0.57 0.73 21.54 0.4 0.19
Hex 44 2B 1D 0 25 39 49 16 28 13
Octal 104 53 35 0 45 71 111 26 50 23
Binary 1000100 101011 11101 0 100101 111001 1001001 10110 101000 10011

Color Harmonies of #442B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B1D

Black with #442B1D

Text Example


Text Example

White with #442B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,29); }

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

background-color css

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

 a { background-color: rgb(68,43,29); }

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

border-color css

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

 span { border-color: rgb(68,43,29); }

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