#462909

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

Shades of Bistre #462909

Tints of Bistre #462909

Color information

#462909 (or 0x462909) is unknown color: approx Bistre. HEX triplet: 46, 29 and 09. RGB value is (70,41,9). Sum of RGB (Red+Green+Blue) = 70+41+9=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462909 is #B9D6F6. Grayscale: #2E2E2E. Windows color (decimal): -12179191 or 600390. OLE color: 600390.

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

Color convert

RGB70419-
CMYK00.410.870.73
HSL31.48º77.22%15.49%-
HSV(B)31.48º87.14%27.45%-
XYZ3.372.910.64-
YUV46.02107.11145.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=58.33%
G=34.17%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041900.410.870.7331.4877.2215.49
Hex4629902957491f4df
Octal10651110511271113711517
Binary100011010100110010101001101011110010011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462909; }

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

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

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

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

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

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

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

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