Html Css Color HEX #442D24 Morocco Brown

📋 copy color: '#442D24'

red 68 ◦ green 45 ◦ blue 36

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

Shades of Morocco Brown #442D24

Tints of Morocco Brown #442D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 45.64%
G = 30.2%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#442D24 (or 0x442D24) is known color: Morocco Brown. HEX triplet: 44, 2D and 24. RGB value is (68,45,36). Sum of RGB (Red+Green+Blue) = 68+45+36=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D24 is #BBD2DB. Grayscale: #323232. Windows color (decimal): -12309212 or 2370884. OLE color: 2370884.

HSL color Cylindrical-coordinate representation of color #442D24: hue angle of 16.88º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442D24 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 45 36 -
CMYK 0 0.34 0.47 0.73
HSL 16.88º 0.31% 0.2% -
HSV(B) 16.88º 0.47% 0.27% -
XYZ 3.64 3.23 2.1 -
YUV 50.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 68 45 36 0 0.34 0.47 0.73 16.88 0.31 0.2
Hex 44 2D 24 0 22 2F 49 11 1F 14
Octal 104 55 44 0 42 57 111 21 37 24
Binary 1000100 101101 100100 0 100010 101111 1001001 10001 11111 10100

Color Harmonies of #442D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D24

Black with #442D24

Text Example


Text Example

White with #442D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,36); }

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

background-color css

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

 a { background-color: rgb(68,45,36); }

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

border-color css

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

 span { border-color: rgb(68,45,36); }

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