#454E2C

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

Shades of Bronzetone #454E2C

Tints of Bronzetone #454E2C

Color information

#454E2C (or 0x454E2C) is unknown color: approx Bronzetone. HEX triplet: 45, 4E and 2C. RGB value is (69,78,44). Sum of RGB (Red+Green+Blue) = 69+78+44=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #454E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E2C is #BAB1D3. Grayscale: #474747. Windows color (decimal): -12235220 or 2903621. OLE color: 2903621.

HSL color Cylindrical-coordinate representation of color #454E2C: hue angle of 75.88º 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 #454E2C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB697844-
CMYK0.1200.440.69
HSL75.88º27.87%23.92%-
HSV(B)75.88º43.59%30.59%-
XYZ5.636.93.42-
YUV71.43112.52126.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=36.13%
G=40.84%
B=23.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978440.1200.440.6975.8827.8723.92
Hex454E2CC02C454c1c18
Octal10511654140541051143430
Binary1000101100111010110011000101100100010110011001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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