Html Css Color HEX #442C25 Morocco Brown

📋 copy color: '#442C25'

red 68 ◦ green 44 ◦ blue 37

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

Shades of Morocco Brown #442C25

Tints of Morocco Brown #442C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 45.64%
G = 29.53%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#442C25 (or 0x442C25) is known color: Morocco Brown. HEX triplet: 44, 2C and 25. RGB value is (68,44,37). Sum of RGB (Red+Green+Blue) = 68+44+37=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C25 is #BBD3DA. Grayscale: #323232. Windows color (decimal): -12309467 or 2436164. OLE color: 2436164.

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

Color convert

RGB 68 44 37 -
CMYK 0 0.35 0.46 0.73
HSL 13.55º 0.3% 0.21% -
HSV(B) 13.55º 0.46% 0.27% -
XYZ 3.62 3.16 2.17 -
YUV 50.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 68 44 37 0 0.35 0.46 0.73 13.55 0.3 0.21
Hex 44 2C 25 0 23 2E 49 E 1E 15
Octal 104 54 45 0 43 56 111 16 36 25
Binary 1000100 101100 100101 0 100011 101110 1001001 1110 11110 10101

Color Harmonies of #442C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C25

Black with #442C25

Text Example


Text Example

White with #442C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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