#442B25

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

Shades of Morocco Brown #442B25

Tints of Morocco Brown #442B25

Color information

#442B25 (or 0x442B25) is unknown color: approx Morocco Brown. HEX triplet: 44, 2B and 25. RGB value is (68,43,37). Sum of RGB (Red+Green+Blue) = 68+43+37=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B25 is #BBD4DA. Grayscale: #313131. Windows color (decimal): -12309723 or 2435908. OLE color: 2435908.

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

Color convert

RGB684337-
CMYK00.370.460.73
HSL11.61º29.52%20.59%-
HSV(B)11.61º45.59%26.67%-
XYZ3.583.092.16-
YUV49.79120.78140.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 37 (14.84% from 255) = 25%
R=45.95%
G=29.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68433700.370.460.7311.6129.5220.59
Hex442B250252E49c1e15
Octal104534504556111143625
Binary10001001010111001010100101101110100100111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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