Html Css Color HEX #442F28 Morocco Brown

📋 copy color: '#442F28'

red 68 ◦ green 47 ◦ blue 40

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

Shades of Morocco Brown #442F28

Tints of Morocco Brown #442F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 43.87%
G = 30.32%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#442F28 (or 0x442F28) is known color: Morocco Brown. HEX triplet: 44, 2F and 28. RGB value is (68,47,40). Sum of RGB (Red+Green+Blue) = 68+47+40=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F28 is #BBD0D7. Grayscale: #343434. Windows color (decimal): -12308696 or 2633540. OLE color: 2633540.

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

Color convert

RGB 68 47 40 -
CMYK 0 0.31 0.41 0.73
HSL 15º 0.26% 0.21% -
HSV(B) 15º 0.41% 0.27% -
XYZ 3.78 3.42 2.47 -
YUV 52.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 68 47 40 0 0.31 0.41 0.73 15 0.26 0.21
Hex 44 2F 28 0 1F 29 49 F 1A 15
Octal 104 57 50 0 37 51 111 17 32 25
Binary 1000100 101111 101000 0 11111 101001 1001001 1111 11010 10101

Color Harmonies of #442F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F28

Black with #442F28

Text Example


Text Example

White with #442F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,40); }

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

background-color css

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

 a { background-color: rgb(68,47,40); }

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

border-color css

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

 span { border-color: rgb(68,47,40); }

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