#462C12

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

Shades of Bistre #462C12

Tints of Bistre #462C12

Color information

#462C12 (or 0x462C12) is unknown color: approx Bistre. HEX triplet: 46, 2C and 12. RGB value is (70,44,18). Sum of RGB (Red+Green+Blue) = 70+44+18=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C12 is #B9D3ED. Grayscale: #303030. Windows color (decimal): -12178414 or 1190982. OLE color: 1190982.

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

Color convert

RGB704418-
CMYK00.370.740.73
HSL30º59.09%17.25%-
HSV(B)30º74.29%27.45%-
XYZ3.543.150.99-
YUV48.81110.61143.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=53.03%
G=33.33%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70441800.370.740.733059.0917.25
Hex462C120254A491e3b11
Octal1065422045112111367321
Binary1000110101100100100100101100101010010011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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