Html Css Color HEX #402C24 Morocco Brown

📋 copy color: '#402C24'

red 64 ◦ green 44 ◦ blue 36

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

Shades of Morocco Brown #402C24

Tints of Morocco Brown #402C24

RGB

 RED value IS 64 (25.39% from 255) = 44.44%

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 36 (14.45% from 255) = 25%

R = 44.44%
G = 30.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#402C24 (or 0x402C24) is known color: Morocco Brown. HEX triplet: 40, 2C and 24. RGB value is (64,44,36). Sum of RGB (Red+Green+Blue) = 64+44+36=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C24 is #BFD3DB. Grayscale: #313131. Windows color (decimal): -12571612 or 2370624. OLE color: 2370624.

HSL color Cylindrical-coordinate representation of color #402C24: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402C24 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 44 36 -
CMYK 0 0.31 0.44 0.75
HSL 17.14º 0.28% 0.2% -
HSV(B) 17.14º 0.44% 0.25% -
XYZ 3.33 3.02 2.08 -
YUV 49.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 64 44 36 0 0.31 0.44 0.75 17.14 0.28 0.2
Hex 40 2C 24 0 1F 2C 4B 11 1C 14
Octal 100 54 44 0 37 54 113 21 34 24
Binary 1000000 101100 100100 0 11111 101100 1001011 10001 11100 10100

Color Harmonies of #402C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C24

Black with #402C24

Text Example


Text Example

White with #402C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C24; }

 p { color: rgb(64,44,36); }

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

background-color css

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

 a { background-color: rgb(64,44,36); }

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

border-color css

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

 span { border-color: rgb(64,44,36); }

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