#402B13

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

Shades of Bistre #402B13

Tints of Bistre #402B13

Color information

#402B13 (or 0x402B13) is unknown color: approx Bistre. HEX triplet: 40, 2B and 13. RGB value is (64,43,19). Sum of RGB (Red+Green+Blue) = 64+43+19=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B13 is #BFD4EC. Grayscale: #2E2E2E. Windows color (decimal): -12571885 or 1256256. OLE color: 1256256.

HSL color Cylindrical-coordinate representation of color #402B13: hue angle of 32º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402B13 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB644319-
CMYK00.330.700.75
HSL32º54.22%16.27%-
HSV(B)32º70.31%25.1%-
XYZ3.12.861.01-
YUV46.54112.46140.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=50.79%
G=34.13%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64431900.330.700.753254.2216.27
Hex402B13021464B203610
Octal1005323041106113406620
Binary10000001010111001101000011000110100101110000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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