#462A0C

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

Shades of Bistre #462A0C

Tints of Bistre #462A0C

Color information

#462A0C (or 0x462A0C) is unknown color: approx Bistre. HEX triplet: 46, 2A and 0C. RGB value is (70,42,12). Sum of RGB (Red+Green+Blue) = 70+42+12=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A0C is #B9D5F3. Grayscale: #2F2F2F. Windows color (decimal): -12178932 or 797254. OLE color: 797254.

HSL color Cylindrical-coordinate representation of color #462A0C: hue angle of 31.03º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #462A0C is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB704212-
CMYK00.400.830.73
HSL31.03º70.73%16.08%-
HSV(B)31.03º82.86%27.45%-
XYZ3.422.980.74-
YUV46.95108.28144.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=56.45%
G=33.87%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70421200.400.830.7331.0370.7316.08
Hex462AC02853491f4710
Octal10652140501231113710720
Binary1000110101010110001010001010011100100111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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