#462E17

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

Shades of Bistre #462E17

Tints of Bistre #462E17

Color information

#462E17 (or 0x462E17) is unknown color: approx Bistre. HEX triplet: 46, 2E and 17. RGB value is (70,46,23). Sum of RGB (Red+Green+Blue) = 70+46+23=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E17 is #B9D1E8. Grayscale: #323232. Windows color (decimal): -12177897 or 1519174. OLE color: 1519174.

HSL color Cylindrical-coordinate representation of color #462E17: hue angle of 29.36º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462E17 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB704623-
CMYK00.340.670.73
HSL29.36º50.54%18.24%-
HSV(B)29.36º67.14%27.45%-
XYZ3.663.321.26-
YUV50.55112.45141.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=50.36%
G=33.09%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70462300.340.670.7329.3650.5418.24
Hex462E1702243491d3312
Octal1065627042103111356322
Binary1000110101110101110100010100001110010011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,23); }

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

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

 a { background-color: rgb(70,46,23); }

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

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

 span { border-color: rgb(70,46,23); }

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