#554923

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

Shades of Bronze Olive #554923

Tints of Bronze Olive #554923

Color information

#554923 (or 0x554923) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 23. RGB value is (85,73,35). Sum of RGB (Red+Green+Blue) = 85+73+35=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554923 is #AAB6DC. Grayscale: #484848. Windows color (decimal): -11187933 or 2312533. OLE color: 2312533.

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

Color convert

RGB857335-
CMYK00.140.590.67
HSL45.6º41.67%23.53%-
HSV(B)45.6º58.82%33.33%-
XYZ6.436.822.57-
YUV72.26106.98137.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=44.04%
G=37.82%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85733500.140.590.6745.641.6723.53
Hex5549230E3B432e2a18
Octal1251114301673103565230
Binary1010101100100110001101110111011100001110111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554923; }

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

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

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

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

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

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

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

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