Html Css Color HEX #442F21 Morocco Brown

📋 copy color: '#442F21'

red 68 ◦ green 47 ◦ blue 33

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

Shades of Morocco Brown #442F21

Tints of Morocco Brown #442F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 45.95%
G = 31.76%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#442F21 (or 0x442F21) is known color: Morocco Brown. HEX triplet: 44, 2F and 21. RGB value is (68,47,33). Sum of RGB (Red+Green+Blue) = 68+47+33=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F21 is #BBD0DE. Grayscale: #333333. Windows color (decimal): -12308703 or 2174788. OLE color: 2174788.

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

Color convert

RGB 68 47 33 -
CMYK 0 0.31 0.51 0.73
HSL 24º 0.35% 0.2% -
HSV(B) 24º 0.51% 0.27% -
XYZ 3.67 3.37 1.9 -
YUV 51.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 68 47 33 0 0.31 0.51 0.73 24 0.35 0.2
Hex 44 2F 21 0 1F 33 49 18 23 14
Octal 104 57 41 0 37 63 111 30 43 24
Binary 1000100 101111 100001 0 11111 110011 1001001 11000 100011 10100

Color Harmonies of #442F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F21

Black with #442F21

Text Example


Text Example

White with #442F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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