#462900

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

Shades of Bistre #462900

Tints of Bistre #462900

Color information

#462900 (or 0x462900) is unknown color: approx Bistre. HEX triplet: 46, 29 and 00. RGB value is (70,41,0). Sum of RGB (Red+Green+Blue) = 70+41+0=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462900 is #B9D6FF. Grayscale: #2D2D2D. Windows color (decimal): -12179200 or 10566. OLE color: 10566.

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

Color convert

RGB70410-
CMYK00.4110.73
HSL35.14º100%13.73%-
HSV(B)35.14º100%27.45%-
XYZ3.322.890.38-
YUV45102.61145.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.06%
G=36.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041000.4110.7335.1410013.73
Hex4629002964492364e
Octal1065100511441114314416
Binary1000110101001001010011100100100100110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462900; }

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

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

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

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

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

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

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

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