#462712

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

Shades of Bistre #462712

Tints of Bistre #462712

Color information

#462712 (or 0x462712) is unknown color: approx Bistre. HEX triplet: 46, 27 and 12. RGB value is (70,39,18). Sum of RGB (Red+Green+Blue) = 70+39+18=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462712 is #B9D8ED. Grayscale: #2D2D2D. Windows color (decimal): -12179694 or 1189702. OLE color: 1189702.

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

Color convert

RGB703918-
CMYK00.440.740.73
HSL24.23º59.09%17.25%-
HSV(B)24.23º74.29%27.45%-
XYZ3.362.80.93-
YUV45.87112.27145.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=55.12%
G=30.71%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70391800.440.740.7324.2359.0917.25
Hex46271202C4A49183b11
Octal1064722054112111307321
Binary1000110100111100100101100100101010010011100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462712; }

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

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

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

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

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

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

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

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