Html Css Color HEX #442C24 Morocco Brown

📋 copy color: '#442C24'

red 68 ◦ green 44 ◦ blue 36

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

Shades of Morocco Brown #442C24

Tints of Morocco Brown #442C24

RGB

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

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

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

R = 45.95%
G = 29.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#442C24 (or 0x442C24) is known color: Morocco Brown. HEX triplet: 44, 2C and 24. RGB value is (68,44,36). Sum of RGB (Red+Green+Blue) = 68+44+36=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C24 is #BBD3DB. Grayscale: #323232. Windows color (decimal): -12309468 or 2370628. OLE color: 2370628.

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

Color convert

RGB 68 44 36 -
CMYK 0 0.35 0.47 0.73
HSL 15º 0.31% 0.2% -
HSV(B) 15º 0.47% 0.27% -
XYZ 3.6 3.16 2.09 -
YUV 50.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 68 44 36 0 0.35 0.47 0.73 15 0.31 0.2
Hex 44 2C 24 0 23 2F 49 F 1F 14
Octal 104 54 44 0 43 57 111 17 37 24
Binary 1000100 101100 100100 0 100011 101111 1001001 1111 11111 10100

Color Harmonies of #442C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C24

Black with #442C24

Text Example


Text Example

White with #442C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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