#462409

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

Shades of Bistre #462409

Tints of Bistre #462409

Color information

#462409 (or 0x462409) is unknown color: approx Bistre. HEX triplet: 46, 24 and 09. RGB value is (70,36,9). Sum of RGB (Red+Green+Blue) = 70+36+9=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462409 is #B9DBF6. Grayscale: #2B2B2B. Windows color (decimal): -12180471 or 599110. OLE color: 599110.

HSL color Cylindrical-coordinate representation of color #462409: hue angle of 26.56º 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 #462409 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70369-
CMYK00.490.870.73
HSL26.56º77.22%15.49%-
HSV(B)26.56º87.14%27.45%-
XYZ3.212.580.59-
YUV43.09108.76147.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=60.87%
G=31.30%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7036900.490.870.7326.5677.2215.49
Hex4624903157491b4df
Octal10644110611271113311517
Binary100011010010010010110001101011110010011101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462409; }

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

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

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

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

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

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

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

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