Html Css Color HEX #442A23 Morocco Brown

📋 copy color: '#442A23'

red 68 ◦ green 42 ◦ blue 35

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

Shades of Morocco Brown #442A23

Tints of Morocco Brown #442A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.97%

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

R = 46.9%
G = 28.97%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#442A23 (or 0x442A23) is known color: Morocco Brown. HEX triplet: 44, 2A and 23. RGB value is (68,42,35). Sum of RGB (Red+Green+Blue) = 68+42+35=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A23 is #BBD5DC. Grayscale: #313131. Windows color (decimal): -12309981 or 2304580. OLE color: 2304580.

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

Color convert

RGB 68 42 35 -
CMYK 0 0.38 0.49 0.73
HSL 12.73º 0.32% 0.2% -
HSV(B) 12.73º 0.49% 0.27% -
XYZ 3.52 3.01 1.99 -
YUV 48.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 68 42 35 0 0.38 0.49 0.73 12.73 0.32 0.2
Hex 44 2A 23 0 26 31 49 D 20 14
Octal 104 52 43 0 46 61 111 15 40 24
Binary 1000100 101010 100011 0 100110 110001 1001001 1101 100000 10100

Color Harmonies of #442A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A23

Black with #442A23

Text Example


Text Example

White with #442A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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