Html Css Color HEX #402C23 Morocco Brown

📋 copy color: '#402C23'

red 64 ◦ green 44 ◦ blue 35

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

Shades of Morocco Brown #402C23

Tints of Morocco Brown #402C23

RGB

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

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

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

R = 44.76%
G = 30.77%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#402C23 (or 0x402C23) is known color: Morocco Brown. HEX triplet: 40, 2C and 23. RGB value is (64,44,35). Sum of RGB (Red+Green+Blue) = 64+44+35=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C23 is #BFD3DC. Grayscale: #313131. Windows color (decimal): -12571613 or 2305088. OLE color: 2305088.

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

Color convert

RGB 64 44 35 -
CMYK 0 0.31 0.45 0.75
HSL 18.62º 0.29% 0.19% -
HSV(B) 18.62º 0.45% 0.25% -
XYZ 3.32 3.01 2 -
YUV 48.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 64 44 35 0 0.31 0.45 0.75 18.62 0.29 0.19
Hex 40 2C 23 0 1F 2D 4B 13 1D 13
Octal 100 54 43 0 37 55 113 23 35 23
Binary 1000000 101100 100011 0 11111 101101 1001011 10011 11101 10011

Color Harmonies of #402C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C23

Black with #402C23

Text Example


Text Example

White with #402C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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