#462814

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

Shades of Bistre #462814

Tints of Bistre #462814

Color information

#462814 (or 0x462814) is unknown color: approx Bistre. HEX triplet: 46, 28 and 14. RGB value is (70,40,20). Sum of RGB (Red+Green+Blue) = 70+40+20=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462814 is #B9D7EB. Grayscale: #2E2E2E. Windows color (decimal): -12179436 or 1321030. OLE color: 1321030.

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

Color convert

RGB704020-
CMYK00.430.710.73
HSL24º55.56%17.65%-
HSV(B)24º71.43%27.45%-
XYZ3.412.871.04-
YUV46.69112.94144.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70402000.430.710.732455.5617.65
Hex46281402B4749183812
Octal1065024053107111307022
Binary1000110101000101000101011100011110010011100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462814; }

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

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

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

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

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

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

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

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