#455023

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

Shades of Bronzetone #455023

Tints of Bronzetone #455023

Color information

#455023 (or 0x455023) is unknown color: approx Bronzetone. HEX triplet: 45, 50 and 23. RGB value is (69,80,35). Sum of RGB (Red+Green+Blue) = 69+80+35=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #455023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455023 is #BAAFDC. Grayscale: #474747. Windows color (decimal): -12234717 or 2314309. OLE color: 2314309.

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

Color convert

RGB698035-
CMYK0.1400.560.69
HSL74.67º39.13%22.55%-
HSV(B)74.67º56.25%31.37%-
XYZ5.637.122.67-
YUV71.58107.36126.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=37.5%
G=43.48%
B=19.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980350.1400.560.6974.6739.1322.55
Hex455023E038454b2717
Octal10512043160701051134727
Binary10001011010000100011111001110001000101100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455023; }

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

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

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

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

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

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

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

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