#462C13

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

Shades of Bistre #462C13

Tints of Bistre #462C13

Color information

#462C13 (or 0x462C13) is unknown color: approx Bistre. HEX triplet: 46, 2C and 13. RGB value is (70,44,19). Sum of RGB (Red+Green+Blue) = 70+44+19=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C13 is #B9D3EC. Grayscale: #313131. Windows color (decimal): -12178413 or 1256518. OLE color: 1256518.

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

Color convert

RGB704419-
CMYK00.370.730.73
HSL29.41º57.3%17.45%-
HSV(B)29.41º72.86%27.45%-
XYZ3.543.151.04-
YUV48.92111.11143.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=52.63%
G=33.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70441900.370.730.7329.4157.317.45
Hex462C1302549491d3911
Octal1065423045111111357121
Binary1000110101100100110100101100100110010011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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