#454F2C

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

Shades of Bronzetone #454F2C

Tints of Bronzetone #454F2C

Color information

#454F2C (or 0x454F2C) is unknown color: approx Bronzetone. HEX triplet: 45, 4F and 2C. RGB value is (69,79,44). Sum of RGB (Red+Green+Blue) = 69+79+44=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #454F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F2C is #BAB0D3. Grayscale: #484848. Windows color (decimal): -12234964 or 2903877. OLE color: 2903877.

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

Color convert

RGB697944-
CMYK0.1300.440.69
HSL77.14º28.46%24.12%-
HSV(B)77.14º44.3%30.98%-
XYZ5.77.043.44-
YUV72.02112.19125.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=35.94%
G=41.15%
B=22.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979440.1300.440.6977.1428.4624.12
Hex454F2CD02C454d1c18
Octal10511754150541051153430
Binary1000101100111110110011010101100100010110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,44); }

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

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

 a { background-color: rgb(69,79,44); }

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

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

 span { border-color: rgb(69,79,44); }

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