#402A1B

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

Shades of Bistre #402A1B

Tints of Bistre #402A1B

Color information

#402A1B (or 0x402A1B) is unknown color: approx Bistre. HEX triplet: 40, 2A and 1B. RGB value is (64,42,27). Sum of RGB (Red+Green+Blue) = 64+42+27=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A1B is #BFD5E4. Grayscale: #2E2E2E. Windows color (decimal): -12572133 or 1780288. OLE color: 1780288.

HSL color Cylindrical-coordinate representation of color #402A1B: hue angle of 24.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402A1B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB644227-
CMYK00.340.580.75
HSL24.32º40.66%17.84%-
HSV(B)24.32º57.81%25.1%-
XYZ3.142.831.42-
YUV46.87116.79140.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=48.12%
G=31.58%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64422700.340.580.7524.3240.6617.84
Hex402A1B0223A4B182912
Octal100523304272113305122
Binary100000010101011011010001011101010010111100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,27); }

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

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

 a { background-color: rgb(64,42,27); }

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

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

 span { border-color: rgb(64,42,27); }

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