#454E2A

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

Shades of Bronzetone #454E2A

Tints of Bronzetone #454E2A

Color information

#454E2A (or 0x454E2A) is unknown color: approx Bronzetone. HEX triplet: 45, 4E and 2A. RGB value is (69,78,42). Sum of RGB (Red+Green+Blue) = 69+78+42=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #454E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E2A is #BAB1D5. Grayscale: #474747. Windows color (decimal): -12235222 or 2772549. OLE color: 2772549.

HSL color Cylindrical-coordinate representation of color #454E2A: hue angle of 75º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454E2A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB697842-
CMYK0.1200.460.69
HSL75º30%23.53%-
HSV(B)75º46.15%30.59%-
XYZ5.66.883.22-
YUV71.2111.52126.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=36.51%
G=41.27%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978420.1200.460.69753023.53
Hex454E2AC02E454b1e18
Octal10511652140561051133630
Binary1000101100111010101011000101110100010110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E2A; }

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

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

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

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

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

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

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

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