#452A09

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

Shades of Bistre #452A09

Tints of Bistre #452A09

Color information

#452A09 (or 0x452A09) is unknown color: approx Bistre. HEX triplet: 45, 2A and 09. RGB value is (69,42,9). Sum of RGB (Red+Green+Blue) = 69+42+9=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #452A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A09 is #BAD5F6. Grayscale: #2E2E2E. Windows color (decimal): -12244471 or 600645. OLE color: 600645.

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

Color convert

RGB69429-
CMYK00.390.870.73
HSL33º76.92%15.29%-
HSV(B)33º86.96%27.06%-
XYZ3.332.940.65-
YUV46.31106.95144.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=57.5%
G=35%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942900.390.870.733376.9215.29
Hex452A90275749214df
Octal10552110471271114111517
Binary1000101101010100101001111010111100100110000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,9); }

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

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

 a { background-color: rgb(69,42,9); }

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

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

 span { border-color: rgb(69,42,9); }

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