#402710

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

Shades of Bistre #402710

Tints of Bistre #402710

Color information

#402710 (or 0x402710) is unknown color: approx Bistre. HEX triplet: 40, 27 and 10. RGB value is (64,39,16). Sum of RGB (Red+Green+Blue) = 64+39+16=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402710 is #BFD8EF. Grayscale: #2B2B2B. Windows color (decimal): -12572912 or 1058624. OLE color: 1058624.

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

Color convert

RGB643916-
CMYK00.390.750.75
HSL28.75º60%15.69%-
HSV(B)28.75º75%25.1%-
XYZ2.932.580.83-
YUV43.85112.28142.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=53.78%
G=32.77%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391600.390.750.7528.756015.69
Hex4027100274B4B1d3c10
Octal1004720047113113357420
Binary1000000100111100000100111100101110010111110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402710; }

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

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

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

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

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

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

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

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