#462805

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

Shades of Bistre #462805

Tints of Bistre #462805

Color information

#462805 (or 0x462805) is unknown color: approx Bistre. HEX triplet: 46, 28 and 05. RGB value is (70,40,5). Sum of RGB (Red+Green+Blue) = 70+40+5=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462805 is #B9D7FA. Grayscale: #2D2D2D. Windows color (decimal): -12179451 or 337990. OLE color: 337990.

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

Color convert

RGB70405-
CMYK00.430.930.73
HSL32.31º86.67%14.71%-
HSV(B)32.31º92.86%27.45%-
XYZ3.312.830.52-
YUV44.98105.44145.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=60.87%
G=34.78%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7040500.430.930.7332.3186.6714.71
Hex4628502B5D492057f
Octal1065050531351114012717
Binary100011010100010101010111011101100100110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462805; }

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

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

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

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

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

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

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

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