#462A13

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

Shades of Bistre #462A13

Tints of Bistre #462A13

Color information

#462A13 (or 0x462A13) is unknown color: approx Bistre. HEX triplet: 46, 2A and 13. RGB value is (70,42,19). Sum of RGB (Red+Green+Blue) = 70+42+19=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A13 is #B9D5EC. Grayscale: #2F2F2F. Windows color (decimal): -12178925 or 1256006. OLE color: 1256006.

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

Color convert

RGB704219-
CMYK00.400.730.73
HSL27.06º57.3%17.45%-
HSV(B)27.06º72.86%27.45%-
XYZ3.473.011.01-
YUV47.75111.78143.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=53.44%
G=32.06%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70421900.400.730.7327.0657.317.45
Hex462A1302849491b3911
Octal1065223050111111337121
Binary1000110101010100110101000100100110010011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A13; }

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

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

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

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

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

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

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

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