#462D15

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

Shades of Bistre #462D15

Tints of Bistre #462D15

Color information

#462D15 (or 0x462D15) is unknown color: approx Bistre. HEX triplet: 46, 2D and 15. RGB value is (70,45,21). Sum of RGB (Red+Green+Blue) = 70+45+21=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #462D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D15 is #B9D2EA. Grayscale: #313131. Windows color (decimal): -12178155 or 1387846. OLE color: 1387846.

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

Color convert

RGB704521-
CMYK00.360.700.73
HSL29.39º53.85%17.84%-
HSV(B)29.39º70%27.45%-
XYZ3.63.231.14-
YUV49.74111.78142.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=51.47%
G=33.09%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70452100.360.700.7329.3953.8517.84
Hex462D1502446491d3612
Octal1065525044106111356622
Binary1000110101101101010100100100011010010011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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