#442D25

Color #442D25 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #442D25

Tints of Morocco Brown #442D25

Color information

#442D25 (or 0x442D25) is unknown color: approx Morocco Brown. HEX triplet: 44, 2D and 25. RGB value is (68,45,37). Sum of RGB (Red+Green+Blue) = 68+45+37=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D25 is #BBD2DA. Grayscale: #333333. Windows color (decimal): -12309211 or 2436420. OLE color: 2436420.

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

Color convert

RGB684537-
CMYK00.340.460.73
HSL15.48º29.52%20.59%-
HSV(B)15.48º45.59%26.67%-
XYZ3.663.242.18-
YUV50.96120.12140.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=45.33%
G=30%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68453700.340.460.7315.4829.5220.59
Hex442D250222E49f1e15
Octal104554504256111173625
Binary10001001011011001010100010101110100100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #442D25;
 }
 .AnyTagClassName
 {
   color: #442D25;
 }
</style>
background-color css

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

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

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

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

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

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