#402615

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

Shades of Bistre #402615

Tints of Bistre #402615

Color information

#402615 (or 0x402615) is unknown color: approx Bistre. HEX triplet: 40, 26 and 15. RGB value is (64,38,21). Sum of RGB (Red+Green+Blue) = 64+38+21=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402615 is #BFD9EA. Grayscale: #2B2B2B. Windows color (decimal): -12573163 or 1386048. OLE color: 1386048.

HSL color Cylindrical-coordinate representation of color #402615: hue angle of 23.72º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402615 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB643821-
CMYK00.410.670.75
HSL23.72º50.59%16.67%-
HSV(B)23.72º67.19%25.1%-
XYZ2.942.531.04-
YUV43.84115.11142.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=52.03%
G=30.89%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382100.410.670.7523.7250.5916.67
Hex402615029434B183311
Octal1004625051103113306321
Binary1000000100110101010101001100001110010111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402615; }

 p { color: rgb(64,38,21); }

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

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

 a { background-color: rgb(64,38,21); }

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

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

 span { border-color: rgb(64,38,21); }

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