#462A12

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

Shades of Bistre #462A12

Tints of Bistre #462A12

Color information

#462A12 (or 0x462A12) is unknown color: approx Bistre. HEX triplet: 46, 2A and 12. RGB value is (70,42,18). Sum of RGB (Red+Green+Blue) = 70+42+18=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A12 is #B9D5ED. Grayscale: #2F2F2F. Windows color (decimal): -12178926 or 1190470. OLE color: 1190470.

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

Color convert

RGB704218-
CMYK00.400.740.73
HSL27.69º59.09%17.25%-
HSV(B)27.69º74.29%27.45%-
XYZ3.4630.97-
YUV47.64111.28143.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=53.85%
G=32.31%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70421800.400.740.7327.6959.0917.25
Hex462A120284A491c3b11
Octal1065222050112111347321
Binary1000110101010100100101000100101010010011110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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