#462F1B

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

Shades of Bistre #462F1B

Tints of Bistre #462F1B

Color information

#462F1B (or 0x462F1B) is unknown color: approx Bistre. HEX triplet: 46, 2F and 1B. RGB value is (70,47,27). Sum of RGB (Red+Green+Blue) = 70+47+27=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F1B is #B9D0E4. Grayscale: #333333. Windows color (decimal): -12177637 or 1781574. OLE color: 1781574.

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

Color convert

RGB704727-
CMYK00.330.610.73
HSL27.91º44.33%19.02%-
HSV(B)27.91º61.43%27.45%-
XYZ3.743.411.5-
YUV51.6114.12141.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=48.61%
G=32.64%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70472700.330.610.7327.9144.3319.02
Hex462F1B0213D491c2c13
Octal106573304175111345423
Binary100011010111111011010000111110110010011110010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,47,27); }

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

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

 a { background-color: rgb(70,47,27); }

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

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

 span { border-color: rgb(70,47,27); }

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