#462B0F

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

Shades of Bistre #462B0F

Tints of Bistre #462B0F

Color information

#462B0F (or 0x462B0F) is unknown color: approx Bistre. HEX triplet: 46, 2B and 0F. RGB value is (70,43,15). Sum of RGB (Red+Green+Blue) = 70+43+15=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B0F is #B9D4F0. Grayscale: #303030. Windows color (decimal): -12178673 or 994118. OLE color: 994118.

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

Color convert

RGB704315-
CMYK00.390.790.73
HSL30.55º64.71%16.67%-
HSV(B)30.55º78.57%27.45%-
XYZ3.483.060.86-
YUV47.88109.45143.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=54.69%
G=33.59%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70431500.390.790.7330.5564.7116.67
Hex462BF0274F491f4111
Octal10653170471171113710121
Binary1000110101011111101001111001111100100111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,15); }

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

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

 a { background-color: rgb(70,43,15); }

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

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

 span { border-color: rgb(70,43,15); }

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