#452D15

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

Shades of Bistre #452D15

Tints of Bistre #452D15

Color information

#452D15 (or 0x452D15) is unknown color: approx Bistre. HEX triplet: 45, 2D and 15. RGB value is (69,45,21). Sum of RGB (Red+Green+Blue) = 69+45+21=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #452D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D15 is #BAD2EA. Grayscale: #313131. Windows color (decimal): -12243691 or 1387845. OLE color: 1387845.

HSL color Cylindrical-coordinate representation of color #452D15: hue angle of 30º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452D15 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB694521-
CMYK00.350.700.73
HSL30º53.33%17.65%-
HSV(B)30º69.57%27.06%-
XYZ3.533.21.14-
YUV49.44111.95141.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=51.11%
G=33.33%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69452100.350.700.733053.3317.65
Hex452D1502346491e3512
Octal1055525043106111366522
Binary1000101101101101010100011100011010010011111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452D15; }

 p { color: rgb(69,45,21); }

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

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

 a { background-color: rgb(69,45,21); }

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

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

 span { border-color: rgb(69,45,21); }

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