#554D23

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

Shades of Bronze Olive #554D23

Tints of Bronze Olive #554D23

Color information

#554D23 (or 0x554D23) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 23. RGB value is (85,77,35). Sum of RGB (Red+Green+Blue) = 85+77+35=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D23 is #AAB2DC. Grayscale: #4A4A4A. Windows color (decimal): -11186909 or 2313557. OLE color: 2313557.

HSL color Cylindrical-coordinate representation of color #554D23: hue angle of 50.4º 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 #554D23 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB857735-
CMYK00.090.590.67
HSL50.4º41.67%23.53%-
HSV(B)50.4º58.82%33.33%-
XYZ6.77.362.66-
YUV74.6105.65135.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=43.15%
G=39.09%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85773500.090.590.6750.441.6723.53
Hex554D23093B43322a18
Octal1251154301173103625230
Binary1010101100110110001101001111011100001111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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