#402C19

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

Shades of Bistre #402C19

Tints of Bistre #402C19

Color information

#402C19 (or 0x402C19) is unknown color: approx Bistre. HEX triplet: 40, 2C and 19. RGB value is (64,44,25). Sum of RGB (Red+Green+Blue) = 64+44+25=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C19 is #BFD3E6. Grayscale: #2F2F2F. Windows color (decimal): -12571623 or 1649728. OLE color: 1649728.

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

Color convert

RGB644425-
CMYK00.310.610.75
HSL29.23º43.82%17.45%-
HSV(B)29.23º60.94%25.1%-
XYZ3.192.961.32-
YUV47.81115.13139.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=48.12%
G=33.08%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64442500.310.610.7529.2343.8217.45
Hex402C1901F3D4B1d2c11
Octal100543103775113355421
Binary10000001011001100101111111110110010111110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,44,25); }

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

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

 a { background-color: rgb(64,44,25); }

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

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

 span { border-color: rgb(64,44,25); }

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