#462905

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

Shades of Bistre #462905

Tints of Bistre #462905

Color information

#462905 (or 0x462905) is unknown color: approx Bistre. HEX triplet: 46, 29 and 05. RGB value is (70,41,5). Sum of RGB (Red+Green+Blue) = 70+41+5=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462905 is #B9D6FA. Grayscale: #2D2D2D. Windows color (decimal): -12179195 or 338246. OLE color: 338246.

HSL color Cylindrical-coordinate representation of color #462905: hue angle of 33.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462905 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70415-
CMYK00.410.930.73
HSL33.23º86.67%14.71%-
HSV(B)33.23º92.86%27.45%-
XYZ3.352.90.53-
YUV45.57105.11145.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=60.34%
G=35.34%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041500.410.930.7333.2386.6714.71
Hex462950295D492157f
Octal1065150511351114112717
Binary100011010100110101010011011101100100110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462905; }

 p { color: rgb(70,41,5); }

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

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

 a { background-color: rgb(70,41,5); }

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

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

 span { border-color: rgb(70,41,5); }

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