#462507

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

Shades of Bistre #462507

Tints of Bistre #462507

Color information

#462507 (or 0x462507) is unknown color: approx Bistre. HEX triplet: 46, 25 and 07. RGB value is (70,37,7). Sum of RGB (Red+Green+Blue) = 70+37+7=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462507 is #B9DAF8. Grayscale: #2B2B2B. Windows color (decimal): -12180217 or 468294. OLE color: 468294.

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

Color convert

RGB70377-
CMYK00.470.900.73
HSL28.57º81.82%15.1%-
HSV(B)28.57º90%27.45%-
XYZ3.232.640.54-
YUV43.45107.43146.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=61.40%
G=32.46%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7037700.470.900.7328.5781.8215.1
Hex4625702F5A491d52f
Octal1064570571321113512217
Binary10001101001011110101111101101010010011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462507; }

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

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

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

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

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

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

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

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