#545023

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

Shades of Bronze Olive #545023

Tints of Bronze Olive #545023

Color information

#545023 (or 0x545023) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 23. RGB value is (84,80,35). Sum of RGB (Red+Green+Blue) = 84+80+35=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #545023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545023 is #ABAFDC. Grayscale: #4C4C4C. Windows color (decimal): -11251677 or 2314324. OLE color: 2314324.

HSL color Cylindrical-coordinate representation of color #545023: hue angle of 55.1º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545023 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB848035-
CMYK00.050.580.67
HSL55.1º41.18%23.33%-
HSV(B)55.1º58.33%32.94%-
XYZ6.837.742.72-
YUV76.07104.83133.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=42.21%
G=40.20%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84803500.050.580.6755.141.1823.33
Hex545023053A43372917
Octal124120430572103675127
Binary101010010100001000110101111010100001111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545023; }

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

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

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

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

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

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

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

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