#462705

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

Shades of Bistre #462705

Tints of Bistre #462705

Color information

#462705 (or 0x462705) is unknown color: approx Bistre. HEX triplet: 46, 27 and 05. RGB value is (70,39,5). Sum of RGB (Red+Green+Blue) = 70+39+5=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462705 is #B9D8FA. Grayscale: #2C2C2C. Windows color (decimal): -12179707 or 337734. OLE color: 337734.

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

Color convert

RGB70395-
CMYK00.440.930.73
HSL31.38º86.67%14.71%-
HSV(B)31.38º92.86%27.45%-
XYZ3.282.760.5-
YUV44.39105.77146.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=61.40%
G=34.21%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7039500.440.930.7331.3886.6714.71
Hex4627502C5D491f57f
Octal1064750541351113712717
Binary10001101001111010101100101110110010011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462705; }

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

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

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

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

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

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

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

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