Html Css Color HEX #402F29 Morocco Brown

📋 copy color: '#402F29'

red 64 ◦ green 47 ◦ blue 41

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

Shades of Morocco Brown #402F29

Tints of Morocco Brown #402F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 42.11%
G = 30.92%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#402F29 (or 0x402F29) is known color: Morocco Brown. HEX triplet: 40, 2F and 29. RGB value is (64,47,41). Sum of RGB (Red+Green+Blue) = 64+47+41=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F29 is #BFD0D6. Grayscale: #333333. Windows color (decimal): -12570839 or 2699072. OLE color: 2699072.

HSL color Cylindrical-coordinate representation of color #402F29: hue angle of 15.65º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402F29 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 47 41 -
CMYK 0 0.27 0.36 0.75
HSL 15.65º 0.22% 0.21% -
HSV(B) 15.65º 0.36% 0.25% -
XYZ 3.53 3.28 2.55 -
YUV 51.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 64 47 41 0 0.27 0.36 0.75 15.65 0.22 0.21
Hex 40 2F 29 0 1B 24 4B 10 16 15
Octal 100 57 51 0 33 44 113 20 26 25
Binary 1000000 101111 101001 0 11011 100100 1001011 10000 10110 10101

Color Harmonies of #402F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F29

Black with #402F29

Text Example


Text Example

White with #402F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,41); }

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

background-color css

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

 a { background-color: rgb(64,47,41); }

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

border-color css

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

 span { border-color: rgb(64,47,41); }

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