#46250D

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

Shades of Bistre #46250D

Tints of Bistre #46250D

Color information

#46250D (or 0x46250D) is unknown color: approx Bistre. HEX triplet: 46, 25 and 0D. RGB value is (70,37,13). Sum of RGB (Red+Green+Blue) = 70+37+13=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46250D is #B9DAF2. Grayscale: #2C2C2C. Windows color (decimal): -12180211 or 861510. OLE color: 861510.

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

Color convert

RGB703713-
CMYK00.470.810.73
HSL25.26º68.67%16.27%-
HSV(B)25.26º81.43%27.45%-
XYZ3.262.650.72-
YUV44.13110.43146.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=58.33%
G=30.83%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70371300.470.810.7325.2668.6716.27
Hex4625D02F5149194510
Octal10645150571211113110520
Binary1000110100101110101011111010001100100111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46250D; }

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

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

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

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

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

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

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

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