#454F2E

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

Shades of Bronzetone #454F2E

Tints of Bronzetone #454F2E

Color information

#454F2E (or 0x454F2E) is unknown color: approx Bronzetone. HEX triplet: 45, 4F and 2E. RGB value is (69,79,46). Sum of RGB (Red+Green+Blue) = 69+79+46=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #454F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F2E is #BAB0D1. Grayscale: #484848. Windows color (decimal): -12234962 or 3034949. OLE color: 3034949.

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

Color convert

RGB697946-
CMYK0.1300.420.69
HSL78.18º26.4%24.51%-
HSV(B)78.18º41.77%30.98%-
XYZ5.747.053.64-
YUV72.25113.19125.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=35.57%
G=40.72%
B=23.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979460.1300.420.6978.1826.424.51
Hex454F2ED02A454e1a19
Octal10511756150521051163231
Binary1000101100111110111011010101010100010110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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