#462E1A

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

Shades of Bistre #462E1A

Tints of Bistre #462E1A

Color information

#462E1A (or 0x462E1A) is unknown color: approx Bistre. HEX triplet: 46, 2E and 1A. RGB value is (70,46,26). Sum of RGB (Red+Green+Blue) = 70+46+26=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E1A is #B9D1E5. Grayscale: #333333. Windows color (decimal): -12177894 or 1715782. OLE color: 1715782.

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

Color convert

RGB704626-
CMYK00.340.630.73
HSL27.27º45.83%18.82%-
HSV(B)27.27º62.86%27.45%-
XYZ3.693.331.43-
YUV50.9113.95141.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=49.30%
G=32.39%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70462600.340.630.7327.2745.8318.82
Hex462E1A0223F491b2e13
Octal106563204277111335623
Binary100011010111011010010001011111110010011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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