#462605

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

Shades of Bistre #462605

Tints of Bistre #462605

Color information

#462605 (or 0x462605) is unknown color: approx Bistre. HEX triplet: 46, 26 and 05. RGB value is (70,38,5). Sum of RGB (Red+Green+Blue) = 70+38+5=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462605 is #B9D9FA. Grayscale: #2B2B2B. Windows color (decimal): -12179963 or 337478. OLE color: 337478.

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

Color convert

RGB70385-
CMYK00.460.930.73
HSL30.46º86.67%14.71%-
HSV(B)30.46º92.86%27.45%-
XYZ3.252.70.49-
YUV43.81106.1146.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=61.95%
G=33.63%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7038500.460.930.7330.4686.6714.71
Hex4626502E5D491e57f
Octal1064650561351113612717
Binary10001101001101010101110101110110010011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462605; }

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

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

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

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

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

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

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

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