#462608

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

Shades of Bistre #462608

Tints of Bistre #462608

Color information

#462608 (or 0x462608) is unknown color: approx Bistre. HEX triplet: 46, 26 and 08. RGB value is (70,38,8). Sum of RGB (Red+Green+Blue) = 70+38+8=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462608 is #B9D9F7. Grayscale: #2C2C2C. Windows color (decimal): -12179960 or 534086. OLE color: 534086.

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

Color convert

RGB70388-
CMYK00.460.890.73
HSL29.03º79.49%15.29%-
HSV(B)29.03º88.57%27.45%-
XYZ3.262.710.58-
YUV44.15107.6146.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=60.34%
G=32.76%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7038800.460.890.7329.0379.4915.29
Hex4626802E59491d4ff
Octal10646100561311113511717
Binary100011010011010000101110101100110010011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462608; }

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

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

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

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

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

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

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

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