#454D23

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

Shades of Bronzetone #454D23

Tints of Bronzetone #454D23

Color information

#454D23 (or 0x454D23) is unknown color: approx Bronzetone. HEX triplet: 45, 4D and 23. RGB value is (69,77,35). Sum of RGB (Red+Green+Blue) = 69+77+35=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #454D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D23 is #BAB2DC. Grayscale: #454545. Windows color (decimal): -12235485 or 2313541. OLE color: 2313541.

HSL color Cylindrical-coordinate representation of color #454D23: hue angle of 71.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454D23 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB697735-
CMYK0.1000.550.70
HSL71.43º37.5%21.96%-
HSV(B)71.43º54.55%30.2%-
XYZ5.416.692.6-
YUV69.82108.35127.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=38.12%
G=42.54%
B=19.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977350.1000.550.7071.4337.521.96
Hex454D23A03746472616
Octal10511543120671061074626
Binary10001011001101100011101001101111000110100011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,35); }

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

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

 a { background-color: rgb(69,77,35); }

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

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

 span { border-color: rgb(69,77,35); }

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