#462601

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

Shades of Bistre #462601

Tints of Bistre #462601

Color information

#462601 (or 0x462601) is unknown color: approx Bistre. HEX triplet: 46, 26 and 01. RGB value is (70,38,1). Sum of RGB (Red+Green+Blue) = 70+38+1=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462601 is #B9D9FE. Grayscale: #2B2B2B. Windows color (decimal): -12179967 or 75334. OLE color: 75334.

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

Color convert

RGB70381-
CMYK00.460.990.73
HSL32.17º97.18%13.92%-
HSV(B)32.17º98.57%27.45%-
XYZ3.222.690.38-
YUV43.35104.1147.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=64.22%
G=34.86%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7038100.460.990.7332.1797.1813.92
Hex4626102E63492061e
Octal1064610561431114014116
Binary1000110100110101011101100011100100110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462601; }

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

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

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

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

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

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

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

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