#462901

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

Shades of Bistre #462901

Tints of Bistre #462901

Color information

#462901 (or 0x462901) is unknown color: approx Bistre. HEX triplet: 46, 29 and 01. RGB value is (70,41,1). Sum of RGB (Red+Green+Blue) = 70+41+1=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #462901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462901 is #B9D6FE. Grayscale: #2D2D2D. Windows color (decimal): -12179199 or 76102. OLE color: 76102.

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

Color convert

RGB70411-
CMYK00.410.990.73
HSL34.78º97.18%13.92%-
HSV(B)34.78º98.57%27.45%-
XYZ3.322.890.41-
YUV45.11103.11145.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=62.5%
G=36.61%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041100.410.990.7334.7897.1813.92
Hex4629102963492361e
Octal1065110511431114314116
Binary1000110101001101010011100011100100110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462901; }

 p { color: rgb(70,41,1); }

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

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

 a { background-color: rgb(70,41,1); }

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

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

 span { border-color: rgb(70,41,1); }

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