#402510

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

Shades of Bistre #402510

Tints of Bistre #402510

Color information

#402510 (or 0x402510) is unknown color: approx Bistre. HEX triplet: 40, 25 and 10. RGB value is (64,37,16). Sum of RGB (Red+Green+Blue) = 64+37+16=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402510 is #BFDAEF. Grayscale: #2A2A2A. Windows color (decimal): -12573424 or 1058112. OLE color: 1058112.

HSL color Cylindrical-coordinate representation of color #402510: hue angle of 26.25º 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 #402510 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB643716-
CMYK00.420.750.75
HSL26.25º60%15.69%-
HSV(B)26.25º75%25.1%-
XYZ2.872.450.81-
YUV42.68112.95143.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=54.70%
G=31.62%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371600.420.750.7526.256015.69
Hex40251002A4B4B1a3c10
Octal1004520052113113327420
Binary1000000100101100000101010100101110010111101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402510; }

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

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

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

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

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

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

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

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