#554E23

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

Shades of Bronze Olive #554E23

Tints of Bronze Olive #554E23

Color information

#554E23 (or 0x554E23) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 23. RGB value is (85,78,35). Sum of RGB (Red+Green+Blue) = 85+78+35=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E23 is #AAB1DC. Grayscale: #4B4B4B. Windows color (decimal): -11186653 or 2313813. OLE color: 2313813.

HSL color Cylindrical-coordinate representation of color #554E23: hue angle of 51.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554E23 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB857835-
CMYK00.080.590.67
HSL51.6º41.67%23.53%-
HSV(B)51.6º58.82%33.33%-
XYZ6.777.52.68-
YUV75.19105.32135-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=42.93%
G=39.39%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783500.080.590.6751.641.6723.53
Hex554E23083B43342a18
Octal1251164301073103645230
Binary1010101100111010001101000111011100001111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E23; }

 p { color: rgb(85,78,35); }

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

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

 a { background-color: rgb(85,78,35); }

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

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

 span { border-color: rgb(85,78,35); }

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