#462908

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

Shades of Bistre #462908

Tints of Bistre #462908

Color information

#462908 (or 0x462908) is unknown color: approx Bistre. HEX triplet: 46, 29 and 08. RGB value is (70,41,8). Sum of RGB (Red+Green+Blue) = 70+41+8=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #462908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462908 is #B9D6F7. Grayscale: #2E2E2E. Windows color (decimal): -12179192 or 534854. OLE color: 534854.

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

Color convert

RGB70418-
CMYK00.410.890.73
HSL31.94º79.49%15.29%-
HSV(B)31.94º88.57%27.45%-
XYZ3.362.910.61-
YUV45.91106.61145.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=58.82%
G=34.45%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041800.410.890.7331.9479.4915.29
Hex462980295949204ff
Octal10651100511311114011717
Binary1000110101001100001010011011001100100110000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462908; }

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

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

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

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

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

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

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

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