#402E22

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

Shades of Bistre #402E22

Tints of Bistre #402E22

Color information

#402E22 (or 0x402E22) is unknown color: approx Bistre. HEX triplet: 40, 2E and 22. RGB value is (64,46,34). Sum of RGB (Red+Green+Blue) = 64+46+34=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E22 is #BFD1DD. Grayscale: #323232. Windows color (decimal): -12571102 or 2240064. OLE color: 2240064.

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

Color convert

RGB644634-
CMYK00.280.470.75
HSL24º30.61%19.22%-
HSV(B)24º46.88%25.1%-
XYZ3.383.161.95-
YUV50.01118.96137.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=44.44%
G=31.94%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64463400.280.470.752430.6119.22
Hex402E2201C2F4B181f13
Octal100564203457113303723
Binary10000001011101000100111001011111001011110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,34); }

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

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

 a { background-color: rgb(64,46,34); }

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

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

 span { border-color: rgb(64,46,34); }

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