#554627

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

Shades of Bronze Olive #554627

Tints of Bronze Olive #554627

Color information

#554627 (or 0x554627) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 27. RGB value is (85,70,39). Sum of RGB (Red+Green+Blue) = 85+70+39=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554627 is #AAB9D8. Grayscale: #474747. Windows color (decimal): -11188697 or 2573909. OLE color: 2573909.

HSL color Cylindrical-coordinate representation of color #554627: hue angle of 40.43º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554627 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB857039-
CMYK00.180.540.67
HSL40.43º37.1%24.31%-
HSV(B)40.43º54.12%33.33%-
XYZ6.36.462.83-
YUV70.95109.97138.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=43.81%
G=36.08%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85703900.180.540.6740.4337.124.31
Hex5546270123643282518
Octal1251064702266103504530
Binary10101011000110100111010010110110100001110100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554627; }

 p { color: rgb(85,70,39); }

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

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

 a { background-color: rgb(85,70,39); }

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

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

 span { border-color: rgb(85,70,39); }

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