Html Css Color HEX #442A24 Morocco Brown

📋 copy color: '#442A24'

red 68 ◦ green 42 ◦ blue 36

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

Shades of Morocco Brown #442A24

Tints of Morocco Brown #442A24

RGB

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

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

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

R = 46.58%
G = 28.77%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#442A24 (or 0x442A24) is known color: Morocco Brown. HEX triplet: 44, 2A and 24. RGB value is (68,42,36). Sum of RGB (Red+Green+Blue) = 68+42+36=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A24 is #BBD5DB. Grayscale: #313131. Windows color (decimal): -12309980 or 2370116. OLE color: 2370116.

HSL color Cylindrical-coordinate representation of color #442A24: hue angle of 11.25º 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 #442A24 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 42 36 -
CMYK 0 0.38 0.47 0.73
HSL 11.25º 0.31% 0.2% -
HSV(B) 11.25º 0.47% 0.27% -
XYZ 3.53 3.01 2.06 -
YUV 49.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 68 42 36 0 0.38 0.47 0.73 11.25 0.31 0.2
Hex 44 2A 24 0 26 2F 49 B 1F 14
Octal 104 52 44 0 46 57 111 13 37 24
Binary 1000100 101010 100100 0 100110 101111 1001001 1011 11111 10100

Color Harmonies of #442A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A24

Black with #442A24

Text Example


Text Example

White with #442A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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