#454C27

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

Shades of Bronzetone #454C27

Tints of Bronzetone #454C27

Color information

#454C27 (or 0x454C27) is unknown color: approx Bronzetone. HEX triplet: 45, 4C and 27. RGB value is (69,76,39). Sum of RGB (Red+Green+Blue) = 69+76+39=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #454C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C27 is #BAB3D8. Grayscale: #454545. Windows color (decimal): -12235737 or 2575429. OLE color: 2575429.

HSL color Cylindrical-coordinate representation of color #454C27: hue angle of 71.35º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454C27 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB697639-
CMYK0.0900.490.70
HSL71.35º32.17%22.55%-
HSV(B)71.35º48.68%29.8%-
XYZ5.46.582.9-
YUV69.69110.68127.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 39 (15.62% from 255) = 21.20%
R=37.5%
G=41.30%
B=21.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976390.0900.490.7071.3532.1722.55
Hex454C27903146472017
Octal10511447110611061074027
Binary10001011001100100111100101100011000110100011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,39); }

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

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

 a { background-color: rgb(69,76,39); }

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

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

 span { border-color: rgb(69,76,39); }

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