#554823

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

Shades of Bronze Olive #554823

Tints of Bronze Olive #554823

Color information

#554823 (or 0x554823) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 23. RGB value is (85,72,35). Sum of RGB (Red+Green+Blue) = 85+72+35=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554823 is #AAB7DC. Grayscale: #474747. Windows color (decimal): -11188189 or 2312277. OLE color: 2312277.

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

Color convert

RGB857235-
CMYK00.150.590.67
HSL44.4º41.67%23.53%-
HSV(B)44.4º58.82%33.33%-
XYZ6.376.692.55-
YUV71.67107.31137.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=44.27%
G=37.5%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85723500.150.590.6744.441.6723.53
Hex5548230F3B432c2a18
Octal1251104301773103545230
Binary1010101100100010001101111111011100001110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554823; }

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

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

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

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

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

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

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

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