Html Css Color HEX #442D25 Morocco Brown

📋 copy color: '#442D25'

red 68 ◦ green 45 ◦ blue 37

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

Shades of Morocco Brown #442D25

Tints of Morocco Brown #442D25

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 value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#442D25 (or 0x442D25) is known color: 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

RGB 68 45 37 -
CMYK 0 0.34 0.46 0.73
HSL 15.48º 0.3% 0.21% -
HSV(B) 15.48º 0.46% 0.27% -
XYZ 3.66 3.24 2.18 -
YUV 50.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 68 45 37 0 0.34 0.46 0.73 15.48 0.3 0.21
Hex 44 2D 25 0 22 2E 49 F 1E 15
Octal 104 55 45 0 42 56 111 17 36 25
Binary 1000100 101101 100101 0 100010 101110 1001001 1111 11110 10101

Color Harmonies of #442D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D25

Black with #442D25

Text Example


Text Example

White with #442D25

Text Example


Text Example

HTML Codes & Css Web 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>