#402610

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

Shades of Bistre #402610

Tints of Bistre #402610

Color information

#402610 (or 0x402610) is unknown color: approx Bistre. HEX triplet: 40, 26 and 10. RGB value is (64,38,16). Sum of RGB (Red+Green+Blue) = 64+38+16=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402610 is #BFD9EF. Grayscale: #2B2B2B. Windows color (decimal): -12573168 or 1058368. OLE color: 1058368.

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

Color convert

RGB643816-
CMYK00.410.750.75
HSL27.5º60%15.69%-
HSV(B)27.5º75%25.1%-
XYZ2.92.510.82-
YUV43.27112.61142.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=54.24%
G=32.20%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64381600.410.750.7527.56015.69
Hex4026100294B4B1c3c10
Octal1004620051113113347420
Binary1000000100110100000101001100101110010111110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402610; }

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

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

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

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

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

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

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

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