Html Css Color HEX #442818 Morocco Brown

📋 copy color: '#442818'

red 68 ◦ green 40 ◦ blue 24

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

Shades of Morocco Brown #442818

Tints of Morocco Brown #442818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 51.52%
G = 30.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#442818 (or 0x442818) is known color: Morocco Brown. HEX triplet: 44, 28 and 18. RGB value is (68,40,24). Sum of RGB (Red+Green+Blue) = 68+40+24=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442818 is #BBD7E7. Grayscale: #2E2E2E. Windows color (decimal): -12310504 or 1583172. OLE color: 1583172.

HSL color Cylindrical-coordinate representation of color #442818: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442818 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 40 24 -
CMYK 0 0.41 0.65 0.73
HSL 21.82º 0.48% 0.18% -
HSV(B) 21.82º 0.65% 0.27% -
XYZ 3.31 2.81 1.23 -
YUV 46.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 68 40 24 0 0.41 0.65 0.73 21.82 0.48 0.18
Hex 44 28 18 0 29 41 49 16 30 12
Octal 104 50 30 0 51 101 111 26 60 22
Binary 1000100 101000 11000 0 101001 1000001 1001001 10110 110000 10010

Color Harmonies of #442818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442818

Black with #442818

Text Example


Text Example

White with #442818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442818; }

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

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

background-color css

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

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

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

border-color css

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

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

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