#452916

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

Shades of Bistre #452916

Tints of Bistre #452916

Color information

#452916 (or 0x452916) is unknown color: approx Bistre. HEX triplet: 45, 29 and 16. RGB value is (69,41,22). Sum of RGB (Red+Green+Blue) = 69+41+22=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #452916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452916 is #BAD6E9. Grayscale: #2F2F2F. Windows color (decimal): -12244714 or 1452357. OLE color: 1452357.

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

Color convert

RGB694122-
CMYK00.410.680.73
HSL24.26º51.65%17.84%-
HSV(B)24.26º68.12%27.06%-
XYZ3.392.911.14-
YUV47.21113.78143.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=52.27%
G=31.06%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69412200.410.680.7324.2651.6517.84
Hex4529160294449183412
Octal1055126051104111306422
Binary1000101101001101100101001100010010010011100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452916; }

 p { color: rgb(69,41,22); }

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

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

 a { background-color: rgb(69,41,22); }

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

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

 span { border-color: rgb(69,41,22); }

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