#462813

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

Shades of Bistre #462813

Tints of Bistre #462813

Color information

#462813 (or 0x462813) is unknown color: approx Bistre. HEX triplet: 46, 28 and 13. RGB value is (70,40,19). Sum of RGB (Red+Green+Blue) = 70+40+19=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462813 is #B9D7EC. Grayscale: #2E2E2E. Windows color (decimal): -12179437 or 1255494. OLE color: 1255494.

HSL color Cylindrical-coordinate representation of color #462813: hue angle of 24.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462813 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB704019-
CMYK00.430.730.73
HSL24.71º57.3%17.45%-
HSV(B)24.71º72.86%27.45%-
XYZ3.42.870.99-
YUV46.58112.44144.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=54.26%
G=31.01%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70401900.430.730.7324.7157.317.45
Hex46281302B4949193911
Octal1065023053111111317121
Binary1000110101000100110101011100100110010011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462813; }

 p { color: rgb(70,40,19); }

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

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

 a { background-color: rgb(70,40,19); }

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

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

 span { border-color: rgb(70,40,19); }

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