#462500

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

Shades of Bistre #462500

Tints of Bistre #462500

Color information

#462500 (or 0x462500) is unknown color: approx Bistre. HEX triplet: 46, 25 and 00. RGB value is (70,37,0). Sum of RGB (Red+Green+Blue) = 70+37+0=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #462500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462500 is #B9DAFF. Grayscale: #2A2A2A. Windows color (decimal): -12180224 or 9542. OLE color: 9542.

HSL color Cylindrical-coordinate representation of color #462500: hue angle of 31.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70370-
CMYK00.4710.73
HSL31.71º100%13.73%-
HSV(B)31.71º100%27.45%-
XYZ3.192.630.34-
YUV42.65103.93147.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.42%
G=34.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7037000.4710.7331.7110013.73
Hex4625002F64492064e
Octal1064500571441114014416
Binary1000110100101001011111100100100100110000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462500; }

 p { color: rgb(70,37,0); }

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

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

 a { background-color: rgb(70,37,0); }

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

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

 span { border-color: rgb(70,37,0); }

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