#462C15

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

Shades of Bistre #462C15

Tints of Bistre #462C15

Color information

#462C15 (or 0x462C15) is unknown color: approx Bistre. HEX triplet: 46, 2C and 15. RGB value is (70,44,21). Sum of RGB (Red+Green+Blue) = 70+44+21=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C15 is #B9D3EA. Grayscale: #313131. Windows color (decimal): -12178411 or 1387590. OLE color: 1387590.

HSL color Cylindrical-coordinate representation of color #462C15: hue angle of 28.16º 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 #462C15 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB704421-
CMYK00.370.700.73
HSL28.16º53.85%17.84%-
HSV(B)28.16º70%27.45%-
XYZ3.563.161.13-
YUV49.15112.11142.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=51.85%
G=32.59%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70442100.370.700.7328.1653.8517.84
Hex462C1502546491c3612
Octal1065425045106111346622
Binary1000110101100101010100101100011010010011110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C15; }

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

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

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

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

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

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

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

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