#462904

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

Shades of Bistre #462904

Tints of Bistre #462904

Color information

#462904 (or 0x462904) is unknown color: approx Bistre. HEX triplet: 46, 29 and 04. RGB value is (70,41,4). Sum of RGB (Red+Green+Blue) = 70+41+4=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462904 is #B9D6FB. Grayscale: #2D2D2D. Windows color (decimal): -12179196 or 272710. OLE color: 272710.

HSL color Cylindrical-coordinate representation of color #462904: hue angle of 33.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #462904 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB70414-
CMYK00.410.940.73
HSL33.64º89.19%14.51%-
HSV(B)33.64º94.29%27.45%-
XYZ3.342.90.5-
YUV45.45104.61145.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=60.87%
G=35.65%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041400.410.940.7333.6489.1914.51
Hex462940295E492259f
Octal1065140511361114213117
Binary100011010100110001010011011110100100110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462904; }

 p { color: rgb(70,41,4); }

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

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

 a { background-color: rgb(70,41,4); }

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

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

 span { border-color: rgb(70,41,4); }

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