#402A23

Color #402A23 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #402A23

Tints of Morocco Brown #402A23

Color information

#402A23 (or 0x402A23) is unknown color: approx Morocco Brown. HEX triplet: 40, 2A and 23. RGB value is (64,42,35). Sum of RGB (Red+Green+Blue) = 64+42+35=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #402A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A23 is #BFD5DC. Grayscale: #2F2F2F. Windows color (decimal): -12572125 or 2304576. OLE color: 2304576.

HSL color Cylindrical-coordinate representation of color #402A23: hue angle of 14.48º 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 #402A23 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB644235-
CMYK00.340.450.75
HSL14.48º29.29%19.41%-
HSV(B)14.48º45.31%25.1%-
XYZ3.252.871.97-
YUV47.78120.79139.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=45.39%
G=29.79%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64423500.340.450.7514.4829.2919.41
Hex402A230222D4Be1d13
Octal100524304255113163523
Binary10000001010101000110100010101101100101111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #402A23;
 }
 .AnyTagClassName
 {
   color: #402A23;
 }
</style>
background-color css

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

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

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

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

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

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