#462915

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

Shades of Bistre #462915

Tints of Bistre #462915

Color information

#462915 (or 0x462915) is unknown color: approx Bistre. HEX triplet: 46, 29 and 15. RGB value is (70,41,21). Sum of RGB (Red+Green+Blue) = 70+41+21=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462915 is #B9D6EA. Grayscale: #2F2F2F. Windows color (decimal): -12179179 or 1386822. OLE color: 1386822.

HSL color Cylindrical-coordinate representation of color #462915: hue angle of 24.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462915 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB704121-
CMYK00.410.700.73
HSL24.49º53.85%17.84%-
HSV(B)24.49º70%27.45%-
XYZ3.452.941.1-
YUV47.39113.11144.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=53.03%
G=31.06%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70412100.410.700.7324.4953.8517.84
Hex4629150294649183612
Octal1065125051106111306622
Binary1000110101001101010101001100011010010011100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462915; }

 p { color: rgb(70,41,21); }

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

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

 a { background-color: rgb(70,41,21); }

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

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

 span { border-color: rgb(70,41,21); }

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