Html Css Color HEX #442F23 Morocco Brown

📋 copy color: '#442F23'

red 68 ◦ green 47 ◦ blue 35

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

Shades of Morocco Brown #442F23

Tints of Morocco Brown #442F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 45.33%
G = 31.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#442F23 (or 0x442F23) is known color: Morocco Brown. HEX triplet: 44, 2F and 23. RGB value is (68,47,35). Sum of RGB (Red+Green+Blue) = 68+47+35=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F23 is #BBD0DC. Grayscale: #333333. Windows color (decimal): -12308701 or 2305860. OLE color: 2305860.

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

Color convert

RGB 68 47 35 -
CMYK 0 0.31 0.49 0.73
HSL 21.82º 0.32% 0.2% -
HSV(B) 21.82º 0.49% 0.27% -
XYZ 3.7 3.38 2.05 -
YUV 51.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 68 47 35 0 0.31 0.49 0.73 21.82 0.32 0.2
Hex 44 2F 23 0 1F 31 49 16 20 14
Octal 104 57 43 0 37 61 111 26 40 24
Binary 1000100 101111 100011 0 11111 110001 1001001 10110 100000 10100

Color Harmonies of #442F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F23

Black with #442F23

Text Example


Text Example

White with #442F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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