Html Css Color HEX #402F28 Morocco Brown

📋 copy color: '#402F28'

red 64 ◦ green 47 ◦ blue 40

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

Shades of Morocco Brown #402F28

Tints of Morocco Brown #402F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 42.38%
G = 31.13%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#402F28 (or 0x402F28) is known color: Morocco Brown. HEX triplet: 40, 2F and 28. RGB value is (64,47,40). Sum of RGB (Red+Green+Blue) = 64+47+40=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F28 is #BFD0D7. Grayscale: #333333. Windows color (decimal): -12570840 or 2633536. OLE color: 2633536.

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

Color convert

RGB 64 47 40 -
CMYK 0 0.27 0.38 0.75
HSL 17.5º 0.23% 0.2% -
HSV(B) 17.5º 0.38% 0.25% -
XYZ 3.51 3.28 2.45 -
YUV 51.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 64 47 40 0 0.27 0.38 0.75 17.5 0.23 0.2
Hex 40 2F 28 0 1B 26 4B 12 17 14
Octal 100 57 50 0 33 46 113 22 27 24
Binary 1000000 101111 101000 0 11011 100110 1001011 10010 10111 10100

Color Harmonies of #402F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F28

Black with #402F28

Text Example


Text Example

White with #402F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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