#454F23

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

Shades of Bronzetone #454F23

Tints of Bronzetone #454F23

Color information

#454F23 (or 0x454F23) is unknown color: approx Bronzetone. HEX triplet: 45, 4F and 23. RGB value is (69,79,35). Sum of RGB (Red+Green+Blue) = 69+79+35=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #454F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F23 is #BAB0DC. Grayscale: #474747. Windows color (decimal): -12234973 or 2314053. OLE color: 2314053.

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

Color convert

RGB697935-
CMYK0.1300.560.69
HSL73.64º38.6%22.35%-
HSV(B)73.64º55.7%30.98%-
XYZ5.556.982.64-
YUV70.99107.69126.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=37.70%
G=43.17%
B=19.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979350.1300.560.6973.6438.622.35
Hex454F23D038454a2716
Octal10511743150701051124726
Binary10001011001111100011110101110001000101100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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