#402B0E

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

Shades of Bistre #402B0E

Tints of Bistre #402B0E

Color information

#402B0E (or 0x402B0E) is unknown color: approx Bistre. HEX triplet: 40, 2B and 0E. RGB value is (64,43,14). Sum of RGB (Red+Green+Blue) = 64+43+14=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B0E is #BFD4F1. Grayscale: #2E2E2E. Windows color (decimal): -12571890 or 928576. OLE color: 928576.

HSL color Cylindrical-coordinate representation of color #402B0E: hue angle of 34.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402B0E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB644314-
CMYK00.330.780.75
HSL34.8º64.1%15.29%-
HSV(B)34.8º78.12%25.1%-
XYZ3.062.850.8-
YUV45.97109.96140.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=52.89%
G=35.54%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64431400.330.780.7534.864.115.29
Hex402BE0214E4B2340f
Octal10053160411161134310017
Binary1000000101011111001000011001110100101110001110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,14); }

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

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

 a { background-color: rgb(64,43,14); }

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

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

 span { border-color: rgb(64,43,14); }

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